| Package | Description |
|---|---|
| javax.enterprise.inject |
Java Dependency Injection annotations and exceptions.
|
| javax.inject |
| Modifier and Type | Class and Description |
|---|---|
interface |
Any
Binding injection representing any matching bean.
|
interface |
Default
Default bean injection uses @Default as the injection point's
@Qualifier. |
interface |
New
New bean creation and injection uses the @New annotation as the
@Qualifier for the injection point. |
| Modifier and Type | Class and Description |
|---|---|
interface |
Named
The @Named annotation for web beans
|