Class TypeAnnotationProcessor
- java.lang.Object
-
- javax.annotation.processing.AbstractProcessor
-
- coneforest.psylla.tools.processors.TypeAnnotationProcessor
-
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("coneforest.psylla.Type") @SupportedSourceVersion(RELEASE_11) public class TypeAnnotationProcessor extends AbstractProcessor
-
-
Constructor Summary
Constructors Constructor Description TypeAnnotationProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getSupportedOptions()
void
init(ProcessingEnvironment penv)
boolean
process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
-
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedSourceVersion
-
-
-
-
Method Detail
-
process
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
- Specified by:
process
in interfaceProcessor
- Specified by:
process
in classAbstractProcessor
-
getSupportedOptions
public Set<String> getSupportedOptions()
- Specified by:
getSupportedOptions
in interfaceProcessor
- Overrides:
getSupportedOptions
in classAbstractProcessor
-
init
public void init(ProcessingEnvironment penv)
- Specified by:
init
in interfaceProcessor
- Overrides:
init
in classAbstractProcessor
-
-