Package net.sf.cglib.proxy
Class Proxy.ProxyImpl
- java.lang.Object
-
- net.sf.cglib.proxy.Proxy
-
- net.sf.cglib.proxy.Proxy.ProxyImpl
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProxyImpl(InvocationHandler h)
-
Method Summary
-
Methods inherited from class net.sf.cglib.proxy.Proxy
getInvocationHandler, getProxyClass, isProxyClass, newProxyInstance
-
-
-
-
Constructor Detail
-
ProxyImpl
protected ProxyImpl(InvocationHandler h)
-
-