Annotation Interface BotTextDefault


@Target({PARAMETER,METHOD}) @Retention(RUNTIME) public @interface BotTextDefault
Marks a method as the fallback handler for plain-text Telegram messages that do not match any more specific BotText mapping. Only one default text handler should be defined per controller.
Since:
0.0.1
Author:
Islom Mirsaburov