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