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