public interface CallbackFilter
Note that a callback filter object should be time invariant. If the method
accept(Method) return X for a method once then it should return X on
subsequent calls. This is required because ProxyFactory objects cache
the proxy classes and the callback filter may not be consulted on subsequent
calls. If the filter is not time invariant the invariance may not have
effect.
boolean accept(Method method)
method - Copyright © 2013. All Rights Reserved.