Class ExposeAnnotationProcessorAPI
java.lang.Object
javax.annotation.processing.AbstractProcessor
com.thewinterframework.service.processor.ExposeAnnotationProcessorAPI
- All Implemented Interfaces:
Processor
@AutoService(javax.annotation.processing.Processor.class)
@SupportedSourceVersion(RELEASE_17)
@SupportedOptions({"plugin.type","plugin.package","plugin.name","bypass.api"})
public class ExposeAnnotationProcessorAPI
extends AbstractProcessor
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
-
Constructor Details
-
ExposeAnnotationProcessorAPI
public ExposeAnnotationProcessorAPI()
-
-
Method Details
-
process
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-
getSupportedAnnotationTypes
- Specified by:
getSupportedAnnotationTypesin interfaceProcessor- Overrides:
getSupportedAnnotationTypesin classAbstractProcessor
-