Annotation Interface InjectLink.Extension

Enclosing class:
InjectLink

@Target({TYPE,FIELD}) @Retention(RUNTIME) public static @interface InjectLink.Extension
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Specifies the name of the extension parameter
    Specifies the value of the extension parameter
  • Element Details

    • name

      String name
      Specifies the name of the extension parameter
    • value

      String value
      Specifies the value of the extension parameter