Package | Description |
---|---|
javax.enterprise.inject |
Annotations relating to bean and stereotype definition,
built-in qualifiers, and interfaces and classes relating
to programmatic lookup.
|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
org.jboss.weld.inject |
Modifier and Type | Method and Description |
---|---|
Instance<T> |
Instance.select(Annotation... qualifiers)
Obtains a child Instance for the given additional required qualifiers.
|
<U extends T> |
Instance.select(Class<U> subtype,
Annotation... qualifiers)
Obtains a child Instance for the given required type and additional required qualifiers.
|
<U extends T> |
Instance.select(TypeLiteral<U> subtype,
Annotation... qualifiers)
Obtains a child Instance for the given required type and additional required qualifiers.
|
Modifier and Type | Class and Description |
---|---|
class |
CDI<T>
Provides access to the current container.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WeldInstance<T>
An enhanced version of
Instance . |
Copyright © 2017 JBoss by Red Hat. All rights reserved.