All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.enterprise.deploy.spi.DConfigBeanRoot Maven / Gradle / Ivy

There is a newer version: 1.0.2.Final
Show newest version
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