Interface WinterAnnotationProcessor
- All Known Implementing Classes:
ClassWireProcessor,ExposeAnnotationProcessor,FieldProcessor,ModuleComponentAnnotationProcessor,ProviderAnnotationProcessor,ServiceAnnotationProcessor
public interface WinterAnnotationProcessor
-
Method Summary
Modifier and TypeMethodDescriptionSet<Class<? extends Annotation>> voidhandle(TypeElement annotation, Set<? extends Element> elements, ProcessorContext ctx) default voiddefault voiddefault voiddefault void
-
Method Details
-
getSupportedAnnotations
Set<Class<? extends Annotation>> getSupportedAnnotations() -
onInit
-
onRoundStart
-
handle
-
onRoundEnd
-
onProcessingComplete
-