Annotation Type JavaDispatcher.Proxied


  • @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
      java.lang.String value
      Returns the binary name of the proxied type.
    • Element Detail

      • value

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