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

org.webpieces.plugins.fortesting.EmptyModule Maven / Gradle / Ivy

package org.webpieces.plugins.fortesting;

import org.webpieces.router.api.extensions.SimpleStorage;

import com.google.inject.Binder;
import com.google.inject.Module;

public class EmptyModule implements Module {

	@Override
	public void configure(Binder binder) {
		binder.bind(SimpleStorage.class).toInstance(new EmptyStorage());
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy