Annotation Interface Display


@Retention(RUNTIME) @Target(METHOD) @Inherited public @interface Display
This annotation can be used for methods which are able to deliver display objects. Plugins with such methods can display their content.
Since:
1.6
Author:
Nils Christian Ehmke
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name which is used to name this display.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The human-readable description of this display.
  • Element Details

    • name

      String name
      The name which is used to name this display.
      Returns:
      The name of this display.
    • description

      String description
      The human-readable description of this display.
      Returns:
      The description for this display.
      Default:
      "N/A"