public interface Proxy
| Modifier and Type | Method and Description |
|---|---|
InvocationHandler |
getInvocationHandler() |
void |
setInvocationHandler(InvocationHandler invocationHandler)
Set the invocation handler for handling the method calls.
|
void setInvocationHandler(@Nonnull
InvocationHandler invocationHandler)
invocationHandler - The invocation handlerInvocationHandler getInvocationHandler()