public interface Pointcut
| Modifier and Type | Method and Description |
|---|---|
boolean |
matchesJointpoint(java.lang.reflect.Method method)
Tests if the provided jointpoint represented by the intercepted object (object being called)
and the method matches this pointcut.
|
boolean matchesJointpoint(java.lang.reflect.Method method)
method - method being invoked