Annotation Interface CommandDescription
Interface to set a commands description for a class extending
ApiCommand
This annotation is optional, however it will override the command description's
String
from a RegisterCommand
Annotation-
Optional Element Summary
Optional Elements
-
Element Details
-
description
String descriptionDescription of what theApiCommand
does- Returns:
- String of what the commands description will be
- Default:
- ""
-