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

org.khasanof.state.configurer.StateConfigurerReaderSingleton Maven / Gradle / Ivy

The newest version!
package org.khasanof.state.configurer;

/**
 * @author Nurislom
 * @see org.khasanof.state.configurer
 * @since 3/2/2024 11:26 AM
 */
public interface StateConfigurerReaderSingleton {

    /**
     *
     * @return {@link StateConfigReader} bean
     */
    StateConfigReader getConfigReader();

    /**
     *
     * @param reader
     */
    void setConfigReader(StateConfigReader reader);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy