Class StaticMethodMatcher

java.lang.Object
org.springframework.aop.support.StaticMethodMatcher
All Implemented Interfaces:
MethodMatcher
Direct Known Subclasses:
AnnotationMethodMatcher, StaticMethodMatcherPointcut

public abstract class StaticMethodMatcher extends Object implements MethodMatcher
Convenient abstract superclass for static method matchers, which don't care about arguments at runtime.
Author:
Rod Johnson