Uses of Interface
org.jboss.weld.bootstrap.spi.Filter
-
Packages that use Filter Package Description org.jboss.weld.bootstrap.spi -
-
Uses of Filter in org.jboss.weld.bootstrap.spi
Subinterfaces of Filter in org.jboss.weld.bootstrap.spi Modifier and Type Interface Description interfaceWeldFilterFilteris a data structures representing the <include> and <exclude> elements in Weld's extensions to beans.xml.Methods in org.jboss.weld.bootstrap.spi that return types with arguments of type Filter Modifier and Type Method Description Collection<Metadata<Filter>>Scanning. getExcludes()The <exclude> elementCollection<Metadata<Filter>>Scanning. getIncludes()The <include> element
-