| Package | Description | 
|---|---|
| org.springframework.aop.support.annotation | Annotation support for AOP pointcuts. | 
| Modifier and Type | Method and Description | 
|---|---|
| static AnnotationMatchingPointcut | AnnotationMatchingPointcut. forClassAnnotation(Class<? extends Annotation> annotationType)Factory method for an AnnotationMatchingPointcut that matches
 for the specified annotation at the class level. | 
| static AnnotationMatchingPointcut | AnnotationMatchingPointcut. forMethodAnnotation(Class<? extends Annotation> annotationType)Factory method for an AnnotationMatchingPointcut that matches
 for the specified annotation at the method level. |