| Package | Description |
|---|---|
| javax.enterprise.context |
Contextual bean registration and lookup.
|
| javax.enterprise.inject |
Java Dependency Injection annotations and exceptions.
|
| Class and Description |
|---|
| ContextException
Exception thrown when a webbean definition is inconsistent or invalid
|
| NormalScope
The @NormalScope
|
| Class and Description |
|---|
| RequestScoped
The @RequestScoped represents the servlet request scope
|