dynaop
Interface MethodPointcut


public interface MethodPointcut

Picks methods.

Author:
Bob Lee (crazybob@crazybob.org)

Method Summary
 boolean picks(java.lang.reflect.Method method)
          Returns true if this pointcut picks the given method.
 

Method Detail

picks

boolean picks(java.lang.reflect.Method method)
Returns true if this pointcut picks the given method.