| Name | Description | Type | Package | Framework |
| AnnotationClassFilter | Simple ClassFilter that looks for a specific Java 5 annotationbeing present on a class. | Class | org.springframework.aop.support.annotation | Spring MVC |
| AnnotationMatchingPointcut | Simple Pointcut that looks for a specific Java 5 annotationbeing present on a class or | Class | org.springframework.aop.support.annotation | Spring MVC |
| AnnotationMethodMatcher | Simple MethodMatcher that looks for a specific Java 5 annotationbeing present on a method (checking both the method on the invoked | Class | org.springframework.aop.support.annotation | Spring MVC |