@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Component public @interface BotController
This annotation serves as a specialization of @Component,
allowing for implementation classes to be autodetected through classpath scanning. It is supposed to used in
combination with annotated handler methods based on the BotRequest annotation.
Note: all classes marked with annotation BotController
must inherit TelegramMvcController.
Component,
BotRequest,
TelegramMvcController,
TelegramControllerBeanPostProcessor,
TelegramBotPropertiesCopyright © 2022. All rights reserved.