|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Module | |
---|---|
com.google.inject | Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework. |
Uses of Module in com.google.inject |
---|
Classes in com.google.inject that implement Module | |
---|---|
class |
AbstractModule
A support class for Module s which reduces repetition and results in
a more readable configuration. |
Methods in com.google.inject with parameters of type Module | |
---|---|
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. |
protected void |
AbstractModule.install(Module module)
|
void |
Binder.install(Module module)
Uses the given module to configure more bindings. |
Method parameters in com.google.inject with type arguments of type Module | |
---|---|
static Injector |
Guice.createInjector(java.lang.Iterable<Module> modules)
Creates an injector for the given set of modules. |
static Injector |
Guice.createInjector(Stage stage,
java.lang.Iterable<Module> modules)
Creates an injector for the given set of modules, in a given development stage. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |