Class TypeHierarchyBuilder
- java.lang.Object
-
- javax.annotation.processing.AbstractProcessor
-
- coneforest.psylla.tools.processors.TypeHierarchyBuilder
-
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("coneforest.psylla.Type") @SupportedSourceVersion(RELEASE_11) public class TypeHierarchyBuilder extends AbstractProcessor
-
-
Constructor Summary
Constructors Constructor Description TypeHierarchyBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getSupportedOptions()voidinit(ProcessingEnvironment penv)booleanprocess(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:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-
getSupportedOptions
public Set<String> getSupportedOptions()
- Specified by:
getSupportedOptionsin interfaceProcessor- Overrides:
getSupportedOptionsin classAbstractProcessor
-
init
public void init(ProcessingEnvironment penv)
- Specified by:
initin interfaceProcessor- Overrides:
initin classAbstractProcessor
-
-