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

org.khasanof.FluentBotSingletonBean Maven / Gradle / Ivy

There is a newer version: 1.2.2
Show newest version
package org.khasanof;

import org.khasanof.context.singleton.GenericSingleton;
import org.springframework.stereotype.Component;

/**
 * @author Nurislom
 * @see org.khasanof
 * @since 12/10/2023 12:45 PM
 */
@Component(FluentBotSingletonBean.NAME)
public class FluentBotSingletonBean extends GenericSingleton {

    public static final String NAME = "fluentBotSingletonBean";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy