
org.telegram.telegrambots.webhook.starter.AfterBotRegistration Maven / Gradle / Ivy
package org.telegram.telegrambots.webhook.starter;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Indicated that the Method of a Class extending {@link TelegramBotsSpringWebhookApplication} will be called after the bot was registered
*/
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface AfterBotRegistration {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy