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

webpiecesxxxxxpackage.basesvr.YourGlobalModule Maven / Gradle / Ivy

Go to download

Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property

There is a newer version: 2.1.28
Show newest version
package webpiecesxxxxxpackage.basesvr;

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

/**
 * A global module for ALL your microservices.  Put this in re-usable place and have all ProdServerMeta's reference it
 *
 * This module is for your web app (ProdServerMeta.java)
 */
public class YourGlobalModule implements Module {

	@Override
	public void configure(Binder binder) {
		
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy