Package com.google.inject.internal
Class InjectorShell.InheritedScannersModule
java.lang.Object
com.google.inject.internal.InjectorShell.InheritedScannersModule
- All Implemented Interfaces:
Module
- Enclosing class:
- InjectorShell
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
state
-
-
Constructor Details
-
InheritedScannersModule
InheritedScannersModule(State state)
-
-
Method Details
-
configure
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.
-