T - the generic typepublic class Proxy<T>
extends java.lang.Object
implements cn.featherfly.common.lang.reflect.Type<T>
public Proxy(cn.featherfly.common.bean.BeanProperty<?> proxy,
java.lang.Class<T> proxyType)
proxy - the proxyproxyType - the proxy typepublic java.lang.Class<T> getType()
public cn.featherfly.common.bean.BeanProperty<?> getProxy()