Package com.cryptomorin.xseries.reflection.proxy
package com.cryptomorin.xseries.reflection.proxy
-
ClassDescriptionThe descriptor map should only refer to parameter descriptors and should not contain the return value descriptor, this causes less memory usage and more performance.ReflectiveProxy<T extends ReflectiveProxyObject>The basis of this class is that you create an
interfaceclass and annotate it usingClass,Field,Constructor, etc... annotations to mark how these methods are resolved for different versions.All interfaces used forXReflection.proxify(Class)must extend this interface.