Package org.midheaven.lang.reflection
Interface InvocationHandler
public interface InvocationHandler
Defines the contract for Invocation Handler.
-
Method Summary
Modifier and TypeMethodDescriptionhandleInvocation(Object proxy, Method method, Object[] args) Performs handleInvocation.
-
Method Details
-
handleInvocation
Performs handleInvocation.- Parameters:
proxy- the proxy valuemethod- the method valueargs- the args value- Returns:
- the result of handleInvocation
- Throws:
Throwable
-