Class ModuleComponentAnnotationProcessor
java.lang.Object
com.thewinterframework.processor.clazz.ClassWireProcessor
com.thewinterframework.module.processor.ModuleComponentAnnotationProcessor
- All Implemented Interfaces:
WinterAnnotationProcessor
Annotation processor for
ModuleComponent.-
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, ProcessorContext ctx) voidprotected 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
-
ModuleComponentAnnotationProcessor
public ModuleComponentAnnotationProcessor()
-
-
Method Details
-
wiredAnnotation
- Specified by:
wiredAnnotationin classClassWireProcessor
-
onRoundStart
-
filter
- Overrides:
filterin classClassWireProcessor
-