Package org.jboss.weld.config
Class SystemPropertiesConfiguration
java.lang.Object
org.jboss.weld.config.SystemPropertiesConfiguration
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 Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanXML descriptor validation is enabled by default.
-
Field Details
-
INSTANCE
-
-
Method Details
-
isXmlValidationDisabled
public boolean isXmlValidationDisabled()XML descriptor validation is enabled by default.- Returns:
trueif the validation is disabled,falseotherwise
-