Class YamlConfigProcessor
java.lang.Object
com.thewinterframework.paper.yaml.processor.YamlConfigProcessor
- All Implemented Interfaces:
com.thewinterframework.processor.handler.WinterAnnotationProcessor
@AutoService(com.thewinterframework.processor.handler.WinterAnnotationProcessor.class)
public class YamlConfigProcessor
extends Object
implements com.thewinterframework.processor.handler.WinterAnnotationProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<Class<? extends Annotation>> voidhandle(TypeElement annotation, Set<? extends Element> elements, 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, onRoundStart
-
Constructor Details
-
YamlConfigProcessor
public YamlConfigProcessor()
-
-
Method Details
-
getSupportedAnnotations
- Specified by:
getSupportedAnnotationsin 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
-