类 DynamicMethodMatcherPointcut

  • 所有已实现的接口:
    MethodMatcher, Pointcut

    public abstract class DynamicMethodMatcherPointcut
    extends DynamicMethodMatcher
    implements Pointcut
    Convenient superclass when we want to force subclasses to implement MethodMatcher interface, but subclasses will want to be pointcuts. The getClassFilter() method can be overridden to customize ClassFilter behaviour as well.
    作者:
    Rod Johnson