Module coneforest.psylla.processors
Package coneforest.psylla.processors
Class TypeMetadataCollector
java.lang.Object
javax.annotation.processing.AbstractProcessor
coneforest.psylla.processors.TypeMetadataCollector
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes({"coneforest.psylla.runtime.Type","coneforest.psylla.runtime.ErrorType","coneforest.psylla.runtime.OperatorType"})
@SupportedSourceVersion(RELEASE_21)
public class TypeMetadataCollector
extends AbstractProcessor
Annotation processor aimed to collect Psylla metadata.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(ProcessingEnvironment penv) booleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedSourceVersion
-
Constructor Details
-
TypeMetadataCollector
public TypeMetadataCollector()Constructs a new processor.
-
-
Method Details
-
process
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-
getSupportedOptions
- Specified by:
getSupportedOptionsin interfaceProcessor- Overrides:
getSupportedOptionsin classAbstractProcessor
-
init
- Specified by:
initin interfaceProcessor- Overrides:
initin classAbstractProcessor
-