Package | Description |
---|---|
com.google.inject |
Google Guice (pronounced "juice") is an ultra-lightweight dependency
injection framework.
|
Modifier and Type | Method and Description |
---|---|
<T> Binding<T> |
Injector.getBinding(Key<T> key)
Gets a binding for the given key.
|
Modifier and Type | Method and Description |
---|---|
<T> List<Binding<T>> |
Injector.findBindingsByType(TypeLiteral<T> type)
Finds all bindings to the given type.
|
Map<Key<?>,Binding<?>> |
Injector.getBindings()
Gets all explicit bindings.
|
Copyright © 2013. All Rights Reserved.