| Package | Description |
|---|---|
| org.eclipse.sisu.inject |
Dynamic bean lookup across multiple injectors.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) QualifyingStrategy |
LocatedBeans.strategy |
private QualifyingStrategy |
WatchedBeans.strategy |
| Modifier and Type | Method and Description |
|---|---|
(package private) static QualifyingStrategy |
QualifyingStrategy.selectFor(com.google.inject.Key<?> key)
Selects the appropriate qualifying strategy for the given requirement
Key. |
static QualifyingStrategy |
QualifyingStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QualifyingStrategy[] |
QualifyingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|