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

org.gwizard.test.util.EmptyModule Maven / Gradle / Ivy

The newest version!
package org.gwizard.test.util;

import com.google.inject.AbstractModule;

/**
 * Trivial empty module with no config.
 */
public class EmptyModule extends AbstractModule {
	@Override
	protected void configure() { }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy