Injector |
Injector.createChildInjector(Module... modules) |
Returns a new injector that inherits all state from this injector.
|
Injector |
Injector.createChildInjector(Iterable<? extends Module> modules) |
Returns a new injector that inherits all state from this injector.
|
static Injector |
Guice.createInjector(Module... modules) |
Creates an injector for the given set of modules.
|
static Injector |
Guice.createInjector(Stage stage,
Module... modules) |
Creates an injector for the given set of modules, in a given development stage.
|
static Injector |
Guice.createInjector(Stage stage,
Iterable<? extends Module> modules) |
Creates an injector for the given set of modules, in a given development stage.
|
static Injector |
Guice.createInjector(Iterable<? extends Module> modules) |
Creates an injector for the given set of modules.
|
Injector |
Injector.getParent() |
Returns this injector's parent, or null if this is a top-level injector.
|