Annotation Interface CommandAutoRegistration.Command
- Enclosing class:
- CommandAutoRegistration
Annotation to indicate a command class
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
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
-