Package se.lfv.reqstool.processor
Class AbstractAnnotationsProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
se.lfv.reqstool.processor.AbstractAnnotationsProcessor
- All Implemented Interfaces:
Processor
- Direct Known Subclasses:
RequirementsProcessor,SVCsProcessor
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractAnnotationsProcessor(AbstractAnnotationsProcessor.AnnotationTypes requirementsAnnotationType) -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(ProcessingEnvironment processingEnv) booleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, isInitialized
-
Constructor Details
-
AbstractAnnotationsProcessor
protected AbstractAnnotationsProcessor(AbstractAnnotationsProcessor.AnnotationTypes requirementsAnnotationType)
-
-
Method Details
-
init
- Specified by:
initin interfaceProcessor- Overrides:
initin classAbstractProcessor
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersionin interfaceProcessor- Overrides:
getSupportedSourceVersionin classAbstractProcessor
-
process
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-