Annotation Interface Command


@Retention(RUNTIME) @Target(TYPE) public @interface Command
Annotation used to store information about the Command easier and access it faster and better.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The category of the Command.
    The description of the Command.
    The Name of the Command.
  • Element Details

    • name

      String name
      The Name of the Command.
      Returns:
      command Name.
    • description

      String description
      The description of the Command.
      Returns:
      a short and quick notice about the Command.
    • category

      Category category
      The category of the Command.
      Returns:
      retrieve the category of the Command.