Package javassist.util.proxy
Interface MethodFilter
public interface MethodFilter
Selector of the methods implemented by a handler.
- See Also:
-
Method Summary
-
Method Details
-
isHandled
Returns true if the given method is implemented by a handler.
-