Package kboyle.oktane.core.processor
Class OktaneModuleProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
kboyle.oktane.core.processor.OktaneModuleProcessor
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("kboyle.oktane.core.module.annotations.Aliases")
@SupportedSourceVersion(RELEASE_16)
@AutoService(javax.annotation.processing.Processor.class)
public class OktaneModuleProcessor
extends AbstractProcessor
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
init(ProcessingEnvironment processingEnv)
boolean
process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitialized
-
Constructor Details
-
OktaneModuleProcessor
public OktaneModuleProcessor()
-
-
Method Details
-
init
- Specified by:
init
in interfaceProcessor
- Overrides:
init
in classAbstractProcessor
-
process
- Specified by:
process
in interfaceProcessor
- Specified by:
process
in classAbstractProcessor
-