@Documented
@Retention(value=SOURCE)
@Target(value=TYPE)
public @interface BotCommand
BotCommand
.
There are two steps for converting the annotated type to BotCommand
See also :
Modifier and Type | Optional Element and Description |
---|---|
BotCommand.CommandType |
commandType |
java.lang.String |
packageName
Package of the generated wrapper class.
|
public abstract java.lang.String packageName
null
, "", or only whitespace)
is provided.public abstract BotCommand.CommandType commandType