Annotation Type JavaDispatcher.Proxied

Enclosing class:
JavaDispatcher<T>

@Documented @Target({TYPE,METHOD,PARAMETER}) @Retention(RUNTIME) public static @interface JavaDispatcher.Proxied
Indicates a proxied type's name. This annotation is mandatory for proxied types but can also be used on method's to describe the actual name of the proxied method or on parameters to indicate the parameter's (component) type.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the binary name of the proxied type.
  • Element Details

    • value

      String value
      Returns the binary name of the proxied type.
      Returns:
      The binary name of the proxied type.