Annotation Interface BotDefaultHandler


@Target({PARAMETER,METHOD,TYPE}) @Retention(RUNTIME) public @interface BotDefaultHandler
Marks a method or type as the global fallback handler for any Telegram update that does not match any other more specific handler mapping in the bot controller hierarchy. Use this annotation to define catch-all behaviour for unrecognised updates.
Since:
0.0.1
Author:
Islom Mirsaburov