Annotation Interface ActionInfo


@Target(TYPE) @Retention(RUNTIME) public @interface ActionInfo
Annotation used to store Information about Actions.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Get the command of the Action.
    Get the description of the Action.
    Get the introduced version of the Action.
    Get the name of the Action.
  • Element Details

    • name

      String name
      Get the name of the Action.
      Returns:
      The name of the Action.
    • command

      String command
      Get the command of the Action.
      Returns:
      The command of the Action.
    • description

      String description
      Get the description of the Action.
      Returns:
      The description of the Action.
    • introduced

      String introduced
      Get the introduced version of the Action.
      Returns:
      The introduced version of the Action.