Package | Description |
---|---|
com.google.inject.multibindings |
Extension for binding multiple instances in a collection; this extension requires
guice-multibindings.jar . |
Modifier and Type | Field and Description |
---|---|
(package private) Element.Type |
Indexer.IndexedBinding.annotationType |
private Element.Type |
RealElement.type |
Modifier and Type | Method and Description |
---|---|
Element.Type |
RealElement.type() |
static Element.Type |
Element.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Element.Type[] |
Element.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RealElement(java.lang.String setName,
Element.Type type,
java.lang.String keyType) |
RealElement(java.lang.String setName,
Element.Type type,
java.lang.String keyType,
int uniqueId) |