Package com.jagrosh.jdautilities.command.annotation
package com.jagrosh.jdautilities.command.annotation
-
ClassDescriptionAn Annotation applicable to
Method
s that will act asCommand
s 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.A helper annotation to assist in location of Category instance.A value wrapper for what would beCommand#cooldown
andCommand#cooldownScope
.A helper annotation to assist in location of methods that will generate intoCommand
s.