Package | Description |
---|---|
com.google.inject |
Google Guice (pronounced "juice") is an ultra-lightweight dependency
injection framework.
|
com.google.inject.tools.jmx |
JMX integration
|
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(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.
|
static Injector |
Guice.createInjector(Stage stage,
Module... modules)
Creates an injector for the given set of modules, in a given development
stage.
|
Modifier and Type | Method and Description |
---|---|
static void |
Manager.manage(MBeanServer server,
String domain,
Injector injector)
Registers all the bindings of an Injector with the given MBean server.
|
static void |
Manager.manage(String domain,
Injector injector)
Registers all the bindings of an Injector with the platform MBean server.
|
Copyright © 2013. All Rights Reserved.