| 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.transaction |
Provides the API that defines the contract between the transaction
manager and the various parties involved in a distributed transaction
namely : resource manager, application, and application server.
|
| Class and Description |
|---|
| ContextException
Indicates a problem relating to context management.
|
| NormalScope
Specifies that an annotation type is a normal scope type.
|
| Class and Description |
|---|
| RequestScoped
Specifies that a bean is request scoped.
|
| Class and Description |
|---|
| NormalScope
Specifies that an annotation type is a normal scope type.
|
Copyright © 2013. All Rights Reserved.