| Package | Description |
|---|---|
| jakarta.enterprise.event |
Annotations and interfaces relating to events.
|
| jakarta.enterprise.inject | |
| jakarta.enterprise.inject.spi.configurator |
| Modifier and Type | Method and Description |
|---|---|
<U extends T> |
Event.select(TypeLiteral<U> subtype,
Annotation... qualifiers)
Obtains a child
Event for the given required type and additional required qualifiers. |
| Modifier and Type | Method and Description |
|---|---|
<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 | Method and Description |
|---|---|
BeanConfigurator<T> |
BeanConfigurator.addType(TypeLiteral<?> typeLiteral)
Add a type to the bean types
|
BeanAttributesConfigurator<T> |
BeanAttributesConfigurator.addType(TypeLiteral<?> typeLiteral)
Add a type to the bean types
|
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.