Package io.micronaut.context.processor
Contains interfaces related to annotation processing.
- Since:
- 1.0
-
Interface Summary Interface Description AnnotationProcessor<A extends java.lang.annotation.Annotation,T> An annotation processor is an object that processes the presence if a given annotation.BeanDefinitionProcessor<A extends java.lang.annotation.Annotation> A bean definition processor is a processor that is called once for each bean annotated with the given annotation type.ExecutableMethodProcessor<A extends java.lang.annotation.Annotation> A class capable of processing anExecutableMethod
instances.