|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| CoreExtension | Extension to install the "core" extensions. |
| Annotation Types Summary | |
|---|---|
| Client | Qualifier annotation provided for the purposes of identifing beans associated with the currently logged in user. |
| Exact | An injection point qualifier that may be used to select the exact bean to be injected, by specifying its implementation class. |
| Requires | Veto the processing of the type if the required classes are not available. |
| Veto | Veto the processing of the type. |
A number enhancements to the CDI programming model which are under trial and may be included in later releases of Contexts and Dependency Injection.
Included are:
@ |
Prevents a class from being installed as a bean |
@ |
Prevents a class from being installed as a bean unless class dependencies are satisfied |
@ |
Specify an implementation of an injection point type |
@ |
Qualifier identifying a bean as belonging to the current client |
| Named packages |
Veto,
Requires,
Exact,
Client,
Named
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||