Package | Description |
---|---|
com.google.inject |
Google Guice (pronounced "juice") is an ultra-lightweight dependency
injection framework.
|
Modifier and Type | Method and Description |
---|---|
<T> AnnotatedBindingBuilder<T> |
Binder.bind(Class<T> type)
Creates a binding to a type.
|
protected <T> AnnotatedBindingBuilder<T> |
AbstractModule.bind(Class<T> clazz) |
<T> AnnotatedBindingBuilder<T> |
Binder.bind(TypeLiteral<T> typeLiteral)
Creates a binding to a type.
|
protected <T> AnnotatedBindingBuilder<T> |
AbstractModule.bind(TypeLiteral<T> typeLiteral) |
Copyright © 2013. All Rights Reserved.