| Package | Description |
|---|---|
| com.google.inject |
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
|
| com.google.inject.internal |
Guice (sounds like "juice")
|
| Modifier and Type | Method | Description |
|---|---|---|
protected <T> AnnotatedBindingBuilder<T> |
AbstractModule.bind(TypeLiteral<T> typeLiteral) |
|
protected <T> AnnotatedBindingBuilder<T> |
AbstractModule.bind(Class<T> clazz) |
|
<T> AnnotatedBindingBuilder<T> |
Binder.bind(TypeLiteral<T> typeLiteral) |
See the EDSL examples at
Binder. |
<T> AnnotatedBindingBuilder<T> |
Binder.bind(Class<T> type) |
See the EDSL examples at
Binder. |
protected <T> AnnotatedBindingBuilder<T> |
PrivateModule.bind(TypeLiteral<T> typeLiteral) |
|
protected <T> AnnotatedBindingBuilder<T> |
PrivateModule.bind(Class<T> clazz) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BindingBuilder<T> |
Bind a non-constant key.
|
Copyright © 2006–2018 Google, Inc.. All rights reserved.