| Package | Description |
|---|---|
| javax.enterprise.context |
Annotations and interfaces relating to scopes and contexts.
|
| javax.enterprise.inject |
Annotations relating to bean and stereotype definition,
built-in qualifiers, and interfaces and classes relating
to programmatic lookup.
|
| javax.enterprise.inject.literal | |
| javax.enterprise.util |
Contains shared, general-purpose helper classes and annotations.
|
| org.jboss.weld.context.bound | |
| org.jboss.weld.context.ejb | |
| org.jboss.weld.context.http | |
| org.jboss.weld.context.unbound | |
| org.jboss.weld.literal |
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationScoped.Literal
Supports inline instantiation of the
ApplicationScoped annotation. |
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 |
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 |
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 |
| Modifier and Type | Class and Description |
|---|---|
class |
AnyLiteral
Annotation literal for
Any |
class |
DecoratedLiteral
Annotation literal for
Decorated. |
class |
DefaultLiteral
Annotation literal for
Default |
class |
DestroyedLiteral
Annotation literal for
Destroyed. |
class |
InitializedLiteral
Annotation literal for
Initialized. |
class |
InterceptedLiteral
Annotation literal for
Intercepted. |
class |
InterceptorBindingTypeLiteral
Annotation literal for
InterceptorBinding |
class |
NamedLiteral
Annotation literal for
Named |
class |
NewLiteral
Annotation literal for
New |
class |
NormalScopeLiteral
Annotation literal for
NormalScope |
class |
QualifierLiteral
Annotation literal for
Qualifier? |
class |
ScopeLiteral
Annotation literal for
Scope? |
class |
StereotypeLiteral
Annotation literal for
Stereotype? |
Copyright © 2016. All Rights Reserved.