Class TypeMetadataCollector
java.lang.Object
javax.annotation.processing.AbstractProcessor
coneforest.psylla.tools.processors.TypeMetadataCollector
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes({"coneforest.psylla.Type","coneforest.psylla.ExceptionType"})
@SupportedSourceVersion(RELEASE_17)
public class TypeMetadataCollector
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
-
TypeMetadataCollector
public TypeMetadataCollector()
-
-
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
-