We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e844c17 commit a77999dCopy full SHA for a77999d
docs/src/main/asciidoc/validation.adoc
@@ -526,7 +526,8 @@ so that we could register the appropriate classes for reflection.
526
527
To configure the `ValidatorFactory`, use the exposed configuration properties and the CDI integration.
528
529
-Consequently, the only way to define constraints in Quarkus is by annotating your classes.
+While configuration of the validator factory is not possible through XML, constraint declaration is.
530
+Quarkus accepts constraints defined by annotations in your classes or in the `validation.xml`.
531
532
=== ValidatorFactory and native executables
533
0 commit comments