webpiecesxxxxxpackage.basesvr.YourGlobalModule Maven / Gradle / Ivy
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