public class DConfigBeanImpl extends Object implements javax.enterprise.deploy.spi.DConfigBean
The DConfigBean is a deployment configuration bean (DConfigBean) that is associated
with one or more deployment descriptor beans, (DDBean).
A DConfigBean represents a logical grouping of deployment configuration data to be presented to the Deployer.
A DConfigBean provides zero or more XPaths that identifies the XML information it requires.
A DConfigBean may contain other DConfigBeans and regular JavaBeans.
The top most DConfigBean is a DConfigBeanRoot object which represents a single XML instance document.