Package | Description |
---|---|
com.google.inject |
Google Guice (pronounced "juice") is an ultra-lightweight dependency
injection framework.
|
com.google.inject.binder |
Interfaces which make up
Binder 's
expression language. |
com.google.inject.internal |
Guice (sounds like like "juice")
|
Modifier and Type | Method and Description |
---|---|
<T> LinkedBindingBuilder<T> |
Binder.bind(Key<T> key)
See the EDSL examples at
Binder . |
protected <T> LinkedBindingBuilder<T> |
AbstractModule.bind(Key<T> key) |
protected <T> LinkedBindingBuilder<T> |
PrivateModule.bind(Key<T> key) |
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotatedBindingBuilder<T>
See the EDSL examples at
Binder . |
Modifier and Type | Method and Description |
---|---|
LinkedBindingBuilder<T> |
AnnotatedBindingBuilder.annotatedWith(Annotation annotation)
See the EDSL examples at
Binder . |
LinkedBindingBuilder<T> |
AnnotatedBindingBuilder.annotatedWith(Class<? extends Annotation> annotationType)
See the EDSL examples at
Binder . |
Modifier and Type | Class and Description |
---|---|
class |
BindingBuilder<T>
Bind a non-constant key.
|
Copyright © 2006-2014 Google, Inc.. All Rights Reserved.