Class ConfigurateAnnotationProcessor
java.lang.Object
com.thewinterframework.configurate.config.ConfigurateAnnotationProcessor
- All Implemented Interfaces:
com.thewinterframework.processor.handler.WinterAnnotationProcessor
@AutoService(com.thewinterframework.processor.handler.WinterAnnotationProcessor.class)
public class ConfigurateAnnotationProcessor
extends Object
implements com.thewinterframework.processor.handler.WinterAnnotationProcessor
An annotation processor that generates a module for all classes annotated with
Configurate.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetModulePackage(com.thewinterframework.processor.context.ProcessorContext context) Set<Class<? extends Annotation>> voidhandle(TypeElement annotation, Set<? extends Element> elements, com.thewinterframework.processor.context.ProcessorContext ctx) voidonRoundStart(com.thewinterframework.processor.context.ProcessorContext ctx) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.thewinterframework.processor.handler.WinterAnnotationProcessor
onInit, onProcessingComplete, onRoundEnd
-
Constructor Details
-
ConfigurateAnnotationProcessor
public ConfigurateAnnotationProcessor()
-
-
Method Details
-
getSupportedAnnotations
- Specified by:
getSupportedAnnotationsin interfacecom.thewinterframework.processor.handler.WinterAnnotationProcessor
-
onRoundStart
public void onRoundStart(com.thewinterframework.processor.context.ProcessorContext ctx) - Specified by:
onRoundStartin interfacecom.thewinterframework.processor.handler.WinterAnnotationProcessor
-
handle
public void handle(TypeElement annotation, Set<? extends Element> elements, com.thewinterframework.processor.context.ProcessorContext ctx) - Specified by:
handlein interfacecom.thewinterframework.processor.handler.WinterAnnotationProcessor
-
getModulePackage
-