@Documented
@Retention(value=SOURCE)
@Target(value=METHOD)
public @interface Execute
BotCommand
.
Currently exactly one method needs to be annotated when BotCommand annotation
is present on the type. Failure to do so will result
in compilation error.
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String[] |
conditions
Currently unused.
|