Package | Description |
---|---|
com.google.inject |
Google Guice (pronounced "juice") is an ultra-lightweight dependency
injection framework.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractModule
A support class for
Module s which reduces repetition and results in
a more readable configuration. |
Modifier and Type | Method and Description |
---|---|
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.
|
void |
Binder.install(Module module)
Uses the given module to configure more bindings.
|
protected void |
AbstractModule.install(Module module) |
Modifier and Type | Method and Description |
---|---|
static Injector |
Guice.createInjector(Iterable<Module> modules)
Creates an injector for the given set of modules.
|
static Injector |
Guice.createInjector(Stage stage,
Iterable<Module> modules)
Creates an injector for the given set of modules, in a given development
stage.
|
Copyright © 2013. All Rights Reserved.