Annotation Type | Description |
---|---|
JDACommand |
An Annotation applicable to
Method s that will act as
Command s when added to a Client
using CommandClientBuilder#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#cooldown and Command#cooldownScope . |
JDACommand.Module |
A helper annotation to assist in location of methods that will generate
into
Command s. |