| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Set<Module> |
modulesSet |
| Constructor and Description |
|---|
CombinedModule(java.lang.Iterable<? extends Module> modules) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Binder binder)
Contributes bindings and other configurations for this module to
binder. |
final java.util.Set<Module> modulesSet
CombinedModule(java.lang.Iterable<? extends Module> modules)
public void configure(Binder binder)
Modulebinder.
Do not invoke this method directly to install submodules. Instead use
Binder.install(Module), which ensures that provider methods are
discovered.