Package com.google.inject.internal
Annotation Interface Element
An internal binding annotation applied to each element in a multibinding. All elements are
assigned a globally-unique id to allow different modules to contribute multibindings
independently.
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements
-
Element Details
-
setName
String setName -
uniqueId
int uniqueId -
type
Element.Type type -
keyType
String keyType
-