Annotation Type Execute
-
@Documented @Retention(SOURCE) @Target(METHOD) public @interface Execute
Method annotated with this annotation will participate in the execution ofBotCommand
.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.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String[]
conditions
Currently unused.
-