Annotation Interface Command


@Target(TYPE) @Retention(SOURCE) public @interface Command
The annotation to indicate that this class is a command
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the command that this class represents
  • Element Details

    • value

      String value
      The name of the command that this class represents
      Returns:
      the name of the command that this class represents