Annotation Type Proxy


@Target(TYPE) @Retention(RUNTIME) public @interface Proxy
Marks the type as being a Proxy.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The class being proxied
  • Element Details

    • value

      The class being proxied
      Default:
      java.lang.Void.class