
javax.enterprise.deploy.spi.DConfigBeanRoot Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jboss-jad-api_1.2_spec Show documentation
Show all versions of jboss-jad-api_1.2_spec Show documentation
The JavaEE Application Deployment 1.2 API classes
package javax.enterprise.deploy.spi;
import javax.enterprise.deploy.model.DDBeanRoot;
/**
* The root of a configuration.
*
* @author Adrian Brock
* @version $Revision$
*/
public interface DConfigBeanRoot extends DConfigBean
{
// Constants -----------------------------------------------------
// Public --------------------------------------------------------
/**
* Return the configuration that is not the primary deployment descriptor
*
* @param beanRoot the root of the deployment descriptor
* @return the configuration
*/
DConfigBean getDConfigBean(DDBeanRoot beanRoot);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy