webpiecesxxxxxpackage.basesvr.YourGlobalModule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of WEBPIECESxAPPNAME Show documentation
Show all versions of WEBPIECESxAPPNAME Show documentation
Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property
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