| 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.
|
| Class and Description |
|---|
| ApplicationScoped.Literal
Supports inline instantiation of the
ApplicationScoped annotation. |
| ContextException
Indicates a problem relating to context management.
|
| ConversationScoped.Literal
Supports inline instantiation of the
ConversationScoped annotation. |
| Dependent.Literal
Supports inline instantiation of the
Dependent annotation. |
| Destroyed.Literal
Supports inline instantiation of the
Destroyed qualifier. |
| Initialized.Literal
Supports inline instantiation of the
Initialized qualifier. |
| NormalScope
Specifies that an annotation type is a normal scope type.
|
| RequestScoped.Literal
Supports inline instantiation of the
RequestScoped annotation. |
| SessionScoped.Literal
Supports inline instantiation of the
SessionScoped annotation. |
| Class and Description |
|---|
| RequestScoped
Specifies that a bean is request scoped.
|
Copyright © 2008-2016 JBoss by Red Hat, Inc.. All Rights Reserved.