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. |
Class and Description |
---|
AnnotatedBindingBuilder
Specifies the annotation for a binding.
|
AnnotatedConstantBindingBuilder
Specifies the annotation for a constant binding.
|
LinkedBindingBuilder
Links a binding to another binding or an instance.
|
Class and Description |
---|
ConstantBindingBuilder
Binds to a constant value.
|
LinkedBindingBuilder
Links a binding to another binding or an instance.
|
ScopedBindingBuilder
Specifies the scope for a binding.
|
Copyright © 2013. All Rights Reserved.