@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface Usage
ExecutableCommand a usage.
If not present, it will be auto-generated
Accessible with ExecutableCommand.usage()
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
The command usage
|