Package org.jboss.weld.bootstrap.spi
Interface SystemPropertyActivation
-
public interface SystemPropertyActivationSystemPropertyActivationis a data structures representing the <if-system-property> element in Weld's extensions to beans.xml. See the XSD for Weld's extensions to beans.xml for details of the semantics of <if-system-property>.- Author:
- Pete Muir
- See Also:
Filter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()The name attributeStringgetValue()The value attribute
-