All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.dehuckakpyt.telegrambot.annotation.EnableTelegramBot.kt Maven / Gradle / Ivy

package io.github.dehuckakpyt.telegrambot.annotation

import io.github.dehuckakpyt.telegrambot.config.TelegramBotInitializationConfig
import org.springframework.context.annotation.Import
import java.lang.annotation.Inherited


/**
 * Created on 29.12.2023.
 *

* * @author Denis Matytsin */ @Target(AnnotationTarget.CLASS) @Retention(AnnotationRetention.RUNTIME) @MustBeDocumented @Inherited @Import(TelegramBotInitializationConfig::class) annotation class EnableTelegramBot





© 2015 - 2025 Weber Informatics LLC | Privacy Policy