| Package | Description | 
|---|---|
| org.springframework.aop.aspectj.annotation | Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractAspectJAdvisorFactoryAbstract base class for factories that can create Spring AOP Advisors
 given AspectJ classes from classes honoring the AspectJ 5 annotation syntax. | 
| class  | ReflectiveAspectJAdvisorFactoryFactory that can create Spring AOP Advisors given AspectJ classes from
 classes honoring the AspectJ 5 annotation syntax, using reflection to
 invoke the corresponding advice methods. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AnnotationAwareAspectJAutoProxyCreator. setAspectJAdvisorFactory(AspectJAdvisorFactory aspectJAdvisorFactory) | 
| Constructor and Description | 
|---|
| BeanFactoryAspectJAdvisorsBuilder(org.springframework.beans.factory.ListableBeanFactory beanFactory,
                                 AspectJAdvisorFactory advisorFactory)Create a new BeanFactoryAspectJAdvisorsBuilder for the given BeanFactory. |