Annotation Interface CommandUsage
Sets the command usage message for a class extending
ApiCommand
This is optional, and will override command usage String's from a RegisterCommand Annotation-
Optional Element Summary
Optional Elements
-
Element Details
-
usageMessage
String usageMessageUsage message of the class extendingApiCommand- Returns:
Stringof what theApiCommand's message should be
- Default:
- ""
-