| Package | Description | 
|---|---|
| org.springframework.aop.aspectj.annotation | Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static AbstractAspectJAdvisorFactory.AspectJAnnotation<?> | AbstractAspectJAdvisorFactory. findAspectJAnnotationOnMethod(Method method)Find and return the first AspectJ annotation on the given method
 (there should only be one anyway...). |