| BeanDeploymentArchive |
Represents a CDI bean deployment archive.
|
| BeansXml |
|
| CDI11Deployment |
|
| ClassAvailableActivation |
ClassAvailableActivation is a data structures representing the <if-class-available> element in Weld's
extensions to beans.xml.
|
| Deployment |
Represents a deployment of a CDI application.
|
| EEModuleDescriptor |
In Java EE environment, each BeanDeploymentArchive should provide a description of the Java EE module it belongs to (WAR, RAR, etc.).
|
| Filter |
Filter is a data structures representing the <exclude> elements beans.xml (Since CDI 1.1).
|
| Metadata<T> |
A piece of metadata, of type T
|
| Scanning |
Scanning is a data structures representing the <scan> element in Weld's extensions to beans.xml.
|
| SystemPropertyActivation |
SystemPropertyActivation is a data structures representing the <if-system-property> element in Weld's
extensions to beans.xml.
|
| WeldFilter |
Filter is a data structures representing the <include> and <exclude> elements in Weld's extensions to
beans.xml.
|