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 7513799 commit 37cf4ccCopy full SHA for 37cf4cc
docs/src/main/asciidoc/validation.adoc
@@ -585,7 +585,8 @@ so that we could register the appropriate classes for reflection.
585
586
To configure the `ValidatorFactory`, use the exposed configuration properties and the CDI integration.
587
588
-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.
589
+Quarkus accepts constraints defined by annotations in your classes or in the `validation.xml`.
590
591
=== ValidatorFactory and native executables
592
0 commit comments