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 and Description |
---|---|
protected AnnotatedConstantBindingBuilder |
AbstractModule.bindConstant() |
protected AnnotatedConstantBindingBuilder |
PrivateModule.bindConstant() |
AnnotatedConstantBindingBuilder |
Binder.bindConstant()
See the EDSL examples at
Binder . |
Modifier and Type | Class and Description |
---|---|
class |
ConstantBindingBuilderImpl<T>
Bind a constant.
|
Copyright © 2006–2018 Google, Inc.. All rights reserved.