Package org.jboss.weld.bootstrap.spi
package org.jboss.weld.bootstrap.spi
-
ClassDescriptionRepresents a CDI bean deployment archive.Represents the value of the
bean-discovery-modeattribute withinbeans.xml.Representation of parsedbeans.xmlfile.Represents CDI 1.1 and newer deployment.ClassAvailableActivationis a data structures representing the <if-class-available> element in Weld's extensions to beans.xml.Represents a deployment of a CDI application.In Java EE environment, eachBeanDeploymentArchiveshould provide a description of the Java EE module it belongs to (WAR, RAR, etc.).Enumeration of possible EE module typesFilteris a data structures representing the <exclude> elements beans.xml (Since CDI 1.1).Metadata<T>A piece of metadata, of type TScanning is a data structures representing the <scan> element in Weld's extensions to beans.xml.SystemPropertyActivationis a data structures representing the <if-system-property> element in Weld's extensions to beans.xml.Filteris a data structures representing the <include> and <exclude> elements in Weld's extensions to beans.xml.