Package xyz.jpenilla.reflectionremapper.proxy.annotation


package xyz.jpenilla.reflectionremapper.proxy.annotation
  • Annotation Types
    Class
    Description
    Used to annotate methods on a reflection proxy interface as constructor invokers.
    Used to annotate methods on a reflection proxy interface as a field getter.
    Used to annotate methods on a reflection proxy interface as a field setter.
    Used to specify a name other than the annotated method's name as the name of the target method for a method on a reflection proxy interface.
    Used to specify that an interface is a "reflection proxy interface" for the specified class.
    Used to indicate the annotated method targets a static field (when combined with FieldGetter or FieldSetter) or method.
    Used to specify an alternate type to use instead of the annotated element's type.