1 
2 /**
3  *
4  * Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.
5  *
6  * <p>Normally to be used through an AspectJAutoProxyCreator rather than directly.
7  *
8  */
9 package org.springframework.aop.aspectj.annotation;
10 
11