Class CodeGenAnnotationProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
net.binis.codegen.annotation.processor.CodeGenAnnotationProcessor
- All Implemented Interfaces:
Processor
@AutoService(javax.annotation.processing.Processor.class) public class CodeGenAnnotationProcessor extends AbstractProcessor
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CodeGenAnnotationProcessor() -
Method Summary
Modifier and Type Method Description Set<String>getSupportedAnnotationTypes()SourceVersiongetSupportedSourceVersion()voidinit(ProcessingEnvironment processingEnv)booleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedOptions, isInitialized
-
Constructor Details
-
CodeGenAnnotationProcessor
public CodeGenAnnotationProcessor()
-
-
Method Details
-
init
- Specified by:
initin interfaceProcessor- Overrides:
initin classAbstractProcessor
-
process
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersionin interfaceProcessor- Overrides:
getSupportedSourceVersionin classAbstractProcessor
-
getSupportedAnnotationTypes
- Specified by:
getSupportedAnnotationTypesin interfaceProcessor- Overrides:
getSupportedAnnotationTypesin classAbstractProcessor
-