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