Package | Description |
---|---|
javax.enterprise.context |
Annotations and interfaces relating to scopes and contexts.
|
javax.enterprise.inject | |
javax.enterprise.inject.literal | |
javax.enterprise.util |
Contains shared, general-purpose helper classes and annotations.
|
org.hibernate.resource.beans.container.internal | |
org.jboss.weld.context.activator | |
org.jboss.weld.context.bound | |
org.jboss.weld.context.ejb | |
org.jboss.weld.context.http | |
org.jboss.weld.context.unbound |
Modifier and Type | Class and Description |
---|---|
static class |
ApplicationScoped.Literal
Supports inline instantiation of the
ApplicationScoped annotation. |
static class |
BeforeDestroyed.Literal
Supports inline instantiation of the
BeforeDestroyed qualifier. |
static class |
ConversationScoped.Literal
Supports inline instantiation of the
ConversationScoped annotation. |
static class |
Dependent.Literal
Supports inline instantiation of the
Dependent annotation. |
static class |
Destroyed.Literal
Supports inline instantiation of the
Destroyed qualifier. |
static class |
Initialized.Literal
Supports inline instantiation of the
Initialized qualifier. |
static class |
RequestScoped.Literal
Supports inline instantiation of the
RequestScoped annotation. |
static class |
SessionScoped.Literal
Supports inline instantiation of the
SessionScoped annotation. |
Modifier and Type | Class and Description |
---|---|
static class |
Alternative.Literal
Supports inline instantiation of the
Alternative annotation. |
static class |
Any.Literal
Supports inline instantiation of the
Any qualifier. |
static class |
Default.Literal
Supports inline instantiation of the
Default qualifier. |
static class |
New.Literal
Supports inline instantiation of the
New qualifier. |
static class |
Specializes.Literal
Supports inline instantiation of the
Specializes annotation. |
static class |
TransientReference.Literal
Supports inline instantiation of the
TransientReference annotation. |
static class |
Typed.Literal
Supports inline instantiation of the
Typed annotation. |
static class |
Vetoed.Literal
Supports inline instantiation of the
Vetoed annotation. |
Modifier and Type | Class and Description |
---|---|
class |
InjectLiteral
Supports inline instantiation of the
Inject annotation. |
class |
NamedLiteral
Supports inline instantiation of the
Named qualifier. |
class |
QualifierLiteral
Supports inline instantiation of the
Qualifier annotation. |
class |
SingletonLiteral
Supports inline instantiation of the
Singleton annotation. |
Modifier and Type | Class and Description |
---|---|
static class |
Nonbinding.Literal
Supports inline instantiation of the
Nonbinding annotation. |
Modifier and Type | Class and Description |
---|---|
class |
NamedBeanQualifier
Used to locate named CDI beans.
|
Modifier and Type | Class and Description |
---|---|
static class |
ActivateRequestContext.Literal |
Modifier and Type | Class and Description |
---|---|
class |
BoundLiteral
Annotation literal for
Bound |
Modifier and Type | Class and Description |
---|---|
class |
EjbLiteral
Annotation literal for
Ejb |
Modifier and Type | Class and Description |
---|---|
class |
HttpLiteral
Annotation literal for
Http |
Modifier and Type | Class and Description |
---|---|
class |
UnboundLiteral
Annotation literal for
Bound |
Copyright © 2020 JBoss by Red Hat. All rights reserved.