public class AllRealMethodsPointcut extends java.lang.Object implements ProxyPointcut
| Constructor and Description |
|---|
AllRealMethodsPointcut() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(MethodInfo methodInfo)
Returns
true if method should be wrapped with the proxy. |
static AllRealMethodsPointcut |
get() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, orpublic static AllRealMethodsPointcut get()
public boolean apply(MethodInfo methodInfo)
ProxyPointcuttrue if method should be wrapped with the proxy.
Returns false if method should not be wrapped.apply in interface ProxyPointcutCopyright © 2003-present Jodd Team