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

/openjdk7/langtools/src/share/classes/com/sun/tools/apt/comp/
H A DBootstrapAPF.java38 static Collection<String> supportedAnnotations; field in class:BootstrapAPF
42 supportedAnnotations = Collections.unmodifiableCollection(c);
52 return supportedAnnotations;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/ws/
H A DAnnotationProcessorFactoryImpl.java57 static Collection<String> supportedAnnotations; field in class:AnnotationProcessorFactoryImpl
79 supportedAnnotations = Collections.unmodifiableCollection(types);
91 return supportedAnnotations;
/openjdk7/langtools/test/tools/apt/Basics/
H A DFreshnessApf.java43 private static final Collection<String> supportedAnnotations field in class:FreshnessApf
50 return supportedAnnotations;
H A DTestGetPackageApf.java43 private static final Collection<String> supportedAnnotations field in class:TestGetPackageApf
50 return supportedAnnotations;
H A DTestGetTypeDeclarationApf.java43 private static final Collection<String> supportedAnnotations field in class:TestGetTypeDeclarationApf
50 return supportedAnnotations;
/openjdk7/langtools/test/tools/apt/Compile/
H A DClassDeclApf.java46 private static final Collection<String> supportedAnnotations field in class:ClassDeclApf
53 return supportedAnnotations;
H A DRound3Apf.java42 private static final Collection<String> supportedAnnotations field in class:Round3Apf
49 return supportedAnnotations;
H A DRound4Apf.java42 private static final Collection<String> supportedAnnotations field in class:Round4Apf
49 return supportedAnnotations;
H A DStaticApf.java44 private static final Collection<String> supportedAnnotations field in class:StaticApf
51 return supportedAnnotations;
H A DClassDeclApf2.java46 private static final Collection<String> supportedAnnotations field in class:ClassDeclApf2
53 return supportedAnnotations;
H A DRound1Apf.java44 private static final Collection<String> supportedAnnotations field in class:Round1Apf
51 return supportedAnnotations;
H A DRound2Apf.java45 private static final Collection<String> supportedAnnotations field in class:Round2Apf
52 return supportedAnnotations;
/openjdk7/langtools/test/tools/apt/Scanners/
H A DMemberOrderApf.java43 private static final Collection<String> supportedAnnotations field in class:MemberOrderApf
50 return supportedAnnotations;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DWsgenTool.java371 return supportedAnnotations;
424 static final Collection<String> supportedAnnotations; field in class:WsgenTool
430 supportedAnnotations = Collections.unmodifiableCollection(types);

Completed in 421 milliseconds