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

org.khasanof.config.registry.UserProceedStateRegistryContainerConfiguration Maven / Gradle / Ivy

The newest version!
package org.khasanof.config.registry;

import org.khasanof.registry.state.DefaultUserProceedStateRegistryContainer;
import org.khasanof.registry.state.UserProceedStateRegistryContainer;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

/**
 * @author Nurislom
 * @see org.khasanof.config.registry
 * @since 6/8/2024 2:50 AM
 */
@Configuration
public class UserProceedStateRegistryContainerConfiguration {

    /**
     *
     * @return
     */
    @Bean
    public UserProceedStateRegistryContainer proceedStateRegistryContainer() {
        return new DefaultUserProceedStateRegistryContainer();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy