org.jboss.weld.bootstrap.spi
Interface SystemPropertyActivation


public interface SystemPropertyActivation

SystemPropertyActivation is 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
 String getName()
          The name attribute
 String getValue()
          The value attribute
 

Method Detail

getName

String getName()
The name attribute


getValue

String getValue()
The value attribute



Copyright © 2013 Seam Framework. All Rights Reserved.