public final class MergedModule
extends java.lang.Object
implements com.google.inject.Module
Module
that discards any duplicate or broken bindings.Modifier and Type | Field and Description |
---|---|
private java.lang.Iterable<com.google.inject.Module> |
modules |
Constructor and Description |
---|
MergedModule(java.lang.Iterable<com.google.inject.Module> modules) |
MergedModule(com.google.inject.Module... modules) |
Modifier and Type | Method and Description |
---|---|
void |
configure(com.google.inject.Binder binder) |