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

org.khasanof.StateConfigurerAdapter Maven / Gradle / Ivy

The newest version!
package org.khasanof;

import org.khasanof.state.configurer.StateConfigurer;

/**
 * @author Nurislom
 * @see org.khasanof
 * @since 8/15/2023 9:09 PM
 */
public interface StateConfigurerAdapter {

    /**
     *
     * @param state
     * @throws Exception
     */
    void configure(StateConfigurer state) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy