| Annotation Type | Description | 
|---|---|
| JDACommand | An Annotation applicable to  Methods that will act asCommands when added to a Client
 usingCommandClientBuilder#addAnnotatedModule()serving as metadata "constructors" for what
 would be a class extending Command of the same functionality and settings. | 
| JDACommand.Category | A helper annotation to assist in location of Category instance. | 
| JDACommand.Cooldown | A value wrapper for what would be  Command#cooldownandCommand#cooldownScope. | 
| JDACommand.Module | A helper annotation to assist in location of methods that will generate
 into  Commands. |