Annotation Interface BotDefaultCommand


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface BotDefaultCommand
Marks a method as the fallback handler for Telegram bot commands that do not match any more specific BotCommand mapping. Only one default command handler should be defined per controller.
Since:
0.0.1
Author:
Islom Mirsaburov