Enum | Description |
---|---|
BotCommand.CommandType |
Annotation Type | Description |
---|---|
BotCommand |
Makes the type eligible to be treated as
BotCommand . |
CommandPkg |
Makes the type eligible for creation of command in package.json.
|
ConditionTest |
Method annotated with this annotation will participate in the execution of
Condition . |
Execute |
Method annotated with this annotation will participate in the execution of
BotCommand . |
GlobalSessionContext | |
HasNext | |
Idx |
Makes the annotated element part of hierarchy utilized for code and resource
generation.
|
Idx.Option |
An option represents the elements which would play in the hierarchy but lend
the values to the parents, for example RADIO, SELECT etc.
|
Inject |
Makes an element eligible for injection into the annotated type's object.
|
Next | |
Parameters | |
Pkg |
Makes an element participate in creation of package.json.
|
Sessions |