@Target(value={METHOD,TYPE,PARAMETER})
@Retention(value=RUNTIME)
public @interface Description
ExecutableCommand a description.
Accessible with ExecutableCommand.description().
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
The command description.
|