T
- type of the subject to create a proxy forpublic interface NonDelegatorProxy<T>
Object invoke(Class<T> subjectClass, Interfaces<T> interfaces, Method method, Object[] args) throws Throwable
subjectClass
- the suibject's class the proxy was created forinterfaces
- interfaces that the proxy was created formethod
- the method been invokedargs
- the method argumentsThrowable
- if an error occursCopyright © 2015. All Rights Reserved.