Created
August 16, 2015 13:39
-
-
Save BohdanLevchenko/a7dccda5b35154ef9237 to your computer and use it in GitHub Desktop.
Bean Validation 1.1 (JSR349)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <validation-config | |
| xmlns="http://jboss.org/xml/ns/javax/validation/configuration" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="http://jboss.org/xml/ns/javax/validation/configuration validation-configuration-1.1.xsd" | |
| version="1.1"> | |
| </validation-config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment