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")
|
com.google.inject.multibindings |
Extension for binding multiple instances in a collection; this extension requires
guice-multibindings-3.0.jar . |
com.google.inject.throwingproviders |
Extension for injecting objects that may throw at provision time; this extension requires
guice-throwingproviders-3.0.jar . |
Class and Description |
---|
AnnotatedBindingBuilder
See the EDSL examples at
Binder . |
AnnotatedConstantBindingBuilder
See the EDSL examples at
Binder . |
AnnotatedElementBuilder
See the EDSL examples at
Binder . |
LinkedBindingBuilder
See the EDSL examples at
Binder . |
Class and Description |
---|
ConstantBindingBuilder
Binds to a constant value.
|
LinkedBindingBuilder
See the EDSL examples at
Binder . |
ScopedBindingBuilder
See the EDSL examples at
Binder . |
Class and Description |
---|
AnnotatedBindingBuilder
See the EDSL examples at
Binder . |
AnnotatedConstantBindingBuilder
See the EDSL examples at
Binder . |
AnnotatedElementBuilder
See the EDSL examples at
Binder . |
ConstantBindingBuilder
Binds to a constant value.
|
LinkedBindingBuilder
See the EDSL examples at
Binder . |
ScopedBindingBuilder
See the EDSL examples at
Binder . |
Class and Description |
---|
LinkedBindingBuilder
See the EDSL examples at
Binder . |
Class and Description |
---|
ScopedBindingBuilder
See the EDSL examples at
Binder . |
Copyright © 2006–2015 Google, Inc.. All rights reserved.