Class ListenerComponentProcessor
java.lang.Object
com.thewinterframework.processor.clazz.ClassWireProcessor
com.thewinterframework.paper.listener.processor.ListenerComponentProcessor
- All Implemented Interfaces:
com.thewinterframework.processor.handler.WinterAnnotationProcessor
@AutoService(com.thewinterframework.processor.handler.WinterAnnotationProcessor.class)
public class ListenerComponentProcessor
extends com.thewinterframework.processor.clazz.ClassWireProcessor
A processor that provides a list of listener components.
-
Field Summary
Fields inherited from class com.thewinterframework.processor.clazz.ClassWireProcessor
env -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanfilter(TypeElement annotation, Element element, com.thewinterframework.processor.context.ProcessorContext ctx) voidonRoundStart(com.thewinterframework.processor.context.ProcessorContext ctx) protected Class<? extends Annotation> Methods inherited from class com.thewinterframework.processor.clazz.ClassWireProcessor
canonicalWiredClassName, getSupportedAnnotations, handle, onInit, onProcessingComplete, wiredClassNameMethods 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
onRoundEnd
-
Constructor Details
-
ListenerComponentProcessor
public ListenerComponentProcessor()
-
-
Method Details
-
wiredAnnotation
- Specified by:
wiredAnnotationin classcom.thewinterframework.processor.clazz.ClassWireProcessor
-
onRoundStart
public void onRoundStart(com.thewinterframework.processor.context.ProcessorContext ctx) -
filter
protected boolean filter(TypeElement annotation, Element element, com.thewinterframework.processor.context.ProcessorContext ctx) - Overrides:
filterin classcom.thewinterframework.processor.clazz.ClassWireProcessor
-