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:
  • Method Summary

    Modifier and Type
    Method
    Description
    The name attribute
    The value attribute
  • Method Details

    • getName

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

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