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 Detail

      • getName

        String getName()
        The name attribute
        Returns:
        the name attribute
      • getValue

        String getValue()
        The value attribute
        Returns:
        the name attribute