Class AnnotationMethodMatcher

java.lang.Object
org.springframework.aop.support.StaticMethodMatcher
org.springframework.aop.support.annotation.AnnotationMethodMatcher
All Implemented Interfaces:
MethodMatcher

public class AnnotationMethodMatcher extends StaticMethodMatcher
Simple MethodMatcher that looks for a specific annotation being present on a method (checking both the method on the invoked interface, if any, and the corresponding method on the target class).
Since:
2.0
Author:
Juergen Hoeller, Sam Brannen
See Also: