Package | Description |
---|---|
com.google.inject |
Google Guice (pronounced "juice") is an ultra-lightweight dependency
injection framework.
|
com.google.inject.name |
Support for binding to string-based names.
|
Modifier and Type | Method and Description |
---|---|
protected Binder |
AbstractModule.binder()
Gets direct access to the underlying
Binder . |
Modifier and Type | Method and Description |
---|---|
void |
Module.configure(Binder binder)
Contributes bindings and other configurations to a
Binder . |
void |
AbstractModule.configure(Binder builder) |
Modifier and Type | Method and Description |
---|---|
static void |
Names.bindProperties(Binder binder,
Map<String,String> properties)
Creates a constant binding to
@Named(key) for each property. |
static void |
Names.bindProperties(Binder binder,
Properties properties)
Creates a constant binding to
@Named(key) for each property. |
Copyright © 2013. All Rights Reserved.