Class FieldProcessor
java.lang.Object
com.thewinterframework.processor.field.FieldProcessor
- All Implemented Interfaces:
WinterAnnotationProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(TypeElement annotation, Set<? extends Element> elements, ProcessorContext ctx) protected abstract voidprocessFields(TypeElement annotation, Set<VariableElement> fields, 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
getSupportedAnnotations, onInit, onProcessingComplete, onRoundEnd, onRoundStart
-
Constructor Details
-
FieldProcessor
public FieldProcessor()
-
-
Method Details
-
handle
- Specified by:
handlein interfaceWinterAnnotationProcessor
-
processFields
protected abstract void processFields(TypeElement annotation, Set<VariableElement> fields, ProcessorContext ctx)
-