| Package | Description |
|---|---|
| javax.enterprise.context |
Contextual bean registration and lookup.
|
| javax.enterprise.inject |
Java Dependency Injection annotations and exceptions.
|
| javax.inject |
| Class and Description |
|---|
| Scope
The @Scope meta-annotation for web beans
|
| Class and Description |
|---|
| Named
The @Named annotation for web beans
|
| Provider
Factory to create instances of a bean.
|
| Qualifier
Custom binding annotations are marked with @Qualifier
as a meta-annotation.
|
| Class and Description |
|---|
| Qualifier
Custom binding annotations are marked with @Qualifier
as a meta-annotation.
|
| Scope
The @Scope meta-annotation for web beans
|