Package | Description |
---|---|
com.google.inject.spi |
Guice service provider interface
|
Modifier and Type | Field and Description |
---|---|
(package private) InjectionPoint.Position |
InjectionPoint.OverrideIndex.position |
Modifier and Type | Method and Description |
---|---|
static InjectionPoint.Position |
InjectionPoint.Position.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InjectionPoint.Position[] |
InjectionPoint.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|