Class AnnotationProcessorImpl
java.lang.Object
javax.annotation.processing.AbstractProcessor
org.kohsuke.args4j.apt.AnnotationProcessorImpl
- All Implemented Interfaces:
Processor
Annotation
Processor to be invoked by javac.
This class receives options from the Main method through system properties
(ouch!).- Author:
- Kohsuke Kawaguchi
-
Field Summary
Fields inherited from class AbstractProcessor
processingEnv -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(ProcessingEnvironment processingEnv) booleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class AbstractProcessor
getCompletions, getSupportedOptions, isInitialized
-
Constructor Details
-
AnnotationProcessorImpl
public AnnotationProcessorImpl()
-
-
Method Details
-
init
- Specified by:
initin interfaceProcessor- Overrides:
initin classAbstractProcessor
-
getSupportedAnnotationTypes
- Specified by:
getSupportedAnnotationTypesin interfaceProcessor- Overrides:
getSupportedAnnotationTypesin classAbstractProcessor
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersionin interfaceProcessor- Overrides:
getSupportedSourceVersionin classAbstractProcessor
-
process
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-