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

website.automate.jwebrobot.config.ScenarioLoaderModule Maven / Gradle / Ivy

package website.automate.jwebrobot.config;

import com.google.inject.AbstractModule;
import website.automate.jwebrobot.loader.ScenarioLoader;
import website.automate.jwebrobot.loader.impl.ScenarioLoaderImpl;


public class ScenarioLoaderModule extends AbstractModule {

    @Override
    protected void configure() {
        bind(ScenarioLoader.class).to(ScenarioLoaderImpl.class);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy