Annotation Type 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
    java.lang.String name
    The name which is used to name this display.
  • Optional Element Summary

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

    • name

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

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