org.khasanof.FluentBotSingletonBean Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-starter-fluent Show documentation
Show all versions of spring-boot-starter-fluent Show documentation
Fluent - Easy Telegram Bots with Spring
The newest version!
package org.khasanof;
import org.khasanof.context.singleton.GenericSingleton;
import org.springframework.stereotype.Component;
import org.telegram.telegrambots.meta.bots.AbsSender;
/**
* @author Nurislom
* @see org.khasanof
* @since 12/10/2023 12:45 PM
*/
@Component(FluentBotSingletonBean.NAME)
public class FluentBotSingletonBean extends GenericSingleton {
/**
* {@link FluentBotSingletonBean} name
*/
public static final String NAME = "fluentBotSingletonBean";
}