T
- type of the subject or delegate to create a proxy forpublic interface Proxy<T>
Object invoke(T subject, Method method, Object[] args) throws Throwable
subject
- subject or delegate for which the proxy was created formethod
- the method been invokedargs
- the method argumentsThrowable
- if an error occursCopyright © 2015. All Rights Reserved.