java.lang.Object
javax.annotation.processing.AbstractProcessor
io.avaje.spi.internal.ServiceProcessor
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("io.avaje.spi.ServiceProvider")
public class ServiceProcessor
extends AbstractProcessor
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanprocess(Set<? extends TypeElement> tes, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, isInitialized
-
Constructor Details
-
ServiceProcessor
public ServiceProcessor()
-
-
Method Details
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersionin interfaceProcessor- Overrides:
getSupportedSourceVersionin classAbstractProcessor
-
init
- Specified by:
initin interfaceProcessor- Overrides:
initin classAbstractProcessor
-
process
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-