Package com.google.inject.internal
Class InjectorShell.InheritedScannersModule
- java.lang.Object
-
- com.google.inject.internal.InjectorShell.InheritedScannersModule
-
- All Implemented Interfaces:
Module
- Enclosing class:
- InjectorShell
private static class InjectorShell.InheritedScannersModule extends java.lang.Object implements Module
-
-
Constructor Summary
Constructors Constructor Description InheritedScannersModule(State state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(Binder binder)
Contributes bindings and other configurations for this module tobinder
.
-
-
-
Field Detail
-
state
private final State state
-
-
Constructor Detail
-
InheritedScannersModule
InheritedScannersModule(State state)
-
-
Method Detail
-
configure
public void configure(Binder binder)
Description copied from interface:Module
Contributes bindings and other configurations for this module tobinder
.Do not invoke this method directly to install submodules. Instead use
Binder.install(Module)
, which ensures thatprovider methods
are discovered.
-
-