| Package | Description |
|---|---|
| javax.enterprise.inject |
Java Dependency Injection annotations and exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
Instance<T> |
Instance.select(java.lang.annotation.Annotation... qualifiers)
Restricts the instance given a set of qualifiers
|
<U extends T> |
Instance.select(java.lang.Class<U> subtype,
java.lang.annotation.Annotation... qualifiers)
Restricts the instance to a subtype and bindings.
|
<U extends T> |
Instance.select(TypeLiteral<U> subtype,
java.lang.annotation.Annotation... qualifiers)
Restricts the instance to a subtype and bindings.
|