Class SystemPropertiesConfiguration

java.lang.Object
org.jboss.weld.config.SystemPropertiesConfiguration

public final class SystemPropertiesConfiguration extends Object
If a configuration property needs to be accessed before the Weld container initializes, the system property is so far the only option.
Author:
Martin Kouba
See Also:
  • Field Details

  • Method Details

    • isXmlValidationDisabled

      public boolean isXmlValidationDisabled()
      XML descriptor validation is enabled by default.
      Returns:
      true if the validation is disabled, false otherwise