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

io.datakernel.util.guice.SimpleModule Maven / Gradle / Ivy

package io.datakernel.util.guice;

import com.google.inject.AbstractModule;

/**
 * Guice module which does not require to implement configure method.
 * Also it can be just instantiated if an empty or a stub module is required.
 */
public class SimpleModule extends AbstractModule {
	@Override
	protected void configure() {
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy