Package org.seppiko.commons.utils
Interface ProxyFactoryUtil.ProxyHandler<T>
- Type Parameters:
T- interface class type
- All Superinterfaces:
java.lang.reflect.InvocationHandler
- Enclosing class:
- ProxyFactoryUtil
public static interface ProxyFactoryUtil.ProxyHandler<T>
extends java.lang.reflect.InvocationHandler
interface proxy implement class interface
-
Method Summary
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke