org.springframework.aop.support
Class StaticMethodMatcher

Direct Known Subclasses:
StaticMethodMatcherPointcut

public abstract class StaticMethodMatcher
implements MethodMatcher

Convenient abstract superclas for static method matchers, which don't care about arguments at runtime.


Method Summary
 final booleanisRuntime()
           
 final booleanmatches(Method m, Class targetClass, Object[] args)
           

Method Detail

isRuntime

public final boolean isRuntime()

matches

public final boolean matches(Method m, Class targetClass, Object[] args)