| Package | Description |
|---|---|
| javax.enterprise.event |
Annotations and interfaces relating to events.
|
| javax.enterprise.inject |
Annotations relating to bean and stereotype definition,
built-in qualifiers, and interfaces and classes relating
to programmatic lookup.
|
| org.jboss.weld |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.bean.builtin |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.event |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.literal |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| 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 |
|---|---|
<U extends T> |
AbstractCDI.select(TypeLiteral<U> subtype,
Annotation... qualifiers) |
| Modifier and Type | Method and Description |
|---|---|
<U extends T> |
InstanceImpl.select(TypeLiteral<U> subtype,
Annotation... qualifiers) |
| Modifier and Type | Method and Description |
|---|---|
<U extends T> |
EventImpl.select(TypeLiteral<U> subtype,
Annotation... qualifiers) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventLiteral<T> |
Copyright © 2015. All Rights Reserved.