Class 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:
    ConfigurationKey
    • Method Detail

      • isXmlValidationDisabled

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