- Type Parameters:
T- interface class type.
- All Superinterfaces:
InvocationHandler
interface proxy implement class interface.
- Author:
- Leonard Woo
-
Method Summary
-
Method Details
-
invoke
Proxy method invoke.- Specified by:
invokein interfaceInvocationHandler- Parameters:
proxy- proxy object.method- target object method.args- target method argument.- Returns:
- target method return.
- Throws:
Throwable- target method throw.
-