private static class InjectorShell.InheritedScannersModule extends java.lang.Object implements Module
| Constructor and Description |
|---|
InheritedScannersModule(State state) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Binder binder)
Contributes bindings and other configurations for this module to
binder. |
private final State state
InheritedScannersModule(State state)
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.