Annotation Interface CommandAutoRegistration.Command

Enclosing class:
CommandAutoRegistration

@Target(TYPE) @Retention(RUNTIME) public static @interface CommandAutoRegistration.Command
Annotation to indicate a command class
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
  • Element Details

    • value

      String value
      Returns:
      The command name, without a slash '/'
    • devServer

      boolean devServer
      Returns:
      true if this command should be enabled only if loadDevCommands param is passed as true
      Default:
      false