See: Description
| Interface | Description | 
|---|---|
| AnnotationProcessor<A extends Annotation,T> | An annotation processor is an object that processes the presence if a given annotation. | 
| BeanDefinitionProcessor<A extends Annotation> | A bean definition processor is a processor that is called once for each bean annotated with the given annotation type. | 
| ExecutableMethodProcessor<A extends Annotation> | A class capable of processing an  ExecutableMethodinstances. |