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

/openjdk10/langtools/src/java.compiler/share/classes/javax/annotation/processing/
H A DProcessor.java64 * <li>Afterwards, the tool calls {@link #getSupportedAnnotationTypes
65 * getSupportedAnnotationTypes}, {@link #getSupportedOptions
96 * #getSupportedAnnotationTypes annotation types a processor
147 * #getSupportedAnnotationTypes() supported annotation types} of a
294 * AbstractProcessor#getSupportedAnnotationTypes
295 * AbstractProcessor.getSupportedAnnotationTypes} provides support
304 Set<String> getSupportedAnnotationTypes(); method in interface:Processor
H A DAbstractProcessor.java41 * #getSupportedAnnotationTypes annotation types}, and {@linkplain
98 * then any leading {@link Processor#getSupportedAnnotationTypes
104 public Set<String> getSupportedAnnotationTypes() { method in class:AbstractProcessor
/openjdk10/langtools/test/tools/javac/lib/
H A DJavacTestingAbstractProcessor.java82 public Set<String> getSupportedAnnotationTypes() { method in class:JavacTestingAbstractProcessor
85 return super.getSupportedAnnotationTypes();
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.verifier/src/org/graalvm/compiler/replacements/verifier/
H A DVerifierAnnotationProcessor.java98 public Set<String> getSupportedAnnotationTypes() { method in class:VerifierAnnotationProcessor
/openjdk10/langtools/test/tools/javac/api/6406133/
H A DT6406133.java62 public Set<String> getSupportedAnnotationTypes() { method in class:T6406133.ProcessorTester
/openjdk10/langtools/test/tools/javac/api/
H A DTestContainTypes.java174 public Set<String> getSupportedAnnotationTypes() { method in class:TestContainTypes.ContainTypesTester
H A DTestClientCodeWrapper.java575 public Set<String> getSupportedAnnotationTypes() { method in class:TestClientCodeWrapper.UserProcessor
576 throwUserExceptionIfNeeded(method, "getSupportedAnnotationTypes");
577 return super.getSupportedAnnotationTypes();
/openjdk10/langtools/test/tools/javac/modules/
H A DAnnotationProcessing.java1281 public Set<String> getSupportedAnnotationTypes() { method in class:AnnotationProcessing.SelectAnnotationAStrictTestAP
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/processing/
H A DJavacProcessingEnvironment.java663 * only) getSupportedAnnotationTypes call to the processor.
681 for (String importString : processor.getSupportedAnnotationTypes()) {

Completed in 123 milliseconds