Searched refs:platformAnnotations (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/
H A DJavacProcessingEnvironment.java133 private final Set<String> platformAnnotations; field in class:JavacProcessingEnvironment
176 platformAnnotations = initPlatformAnnotations();
192 Set<String> platformAnnotations = new HashSet<String>();
193 platformAnnotations.add("java.lang.Deprecated");
194 platformAnnotations.add("java.lang.Override");
195 platformAnnotations.add("java.lang.SuppressWarnings");
196 platformAnnotations.add("java.lang.annotation.Documented");
197 platformAnnotations.add("java.lang.annotation.Inherited");
198 platformAnnotations.add("java.lang.annotation.Retention");
199 platformAnnotations
[all...]

Completed in 424 milliseconds