guice-multibindings-3.0.jar
.See: Description
Interface | Description |
---|---|
MapBinderBinding<T> |
A binding for a MapBinder.
|
MultibinderBinding<T> |
A binding for a Multibinder.
|
MultibindingsTargetVisitor<T,V> |
A visitor for the multibinder extension.
|
OptionalBinderBinding<T> |
A binding for a OptionalBinder.
|
Class | Description |
---|---|
MapBinder<K,V> |
An API to bind multiple map entries separately, only to later inject them as
a complete map.
|
Multibinder<T> |
An API to bind multiple values separately, only to later inject them as a
complete collection.
|
OptionalBinder<T> |
An API to bind optional values, optionally with a default value.
|
guice-multibindings-3.0.jar
.Copyright © 2006–2015 Google, Inc.. All rights reserved.