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