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 e836ee3 commit cb47f9dCopy full SHA for cb47f9d
annotation-processor/pom.xml
@@ -18,6 +18,7 @@
18
<artifactId>hibernate-validator-annotation-processor</artifactId>
19
20
<name>Hibernate Validator Annotation Processor</name>
21
+ <description>Annotation Processor to detect incorrect usage of constraint annotations.</description>
22
23
<properties>
24
<hibernate-validator-parent.path>..</hibernate-validator-parent.path>
test-utils/pom.xml
@@ -15,6 +15,7 @@
15
<artifactId>hibernate-validator-test-utils</artifactId>
16
17
<name>Hibernate Validator Test Utils</name>
+ <description>Set of test utilities that can help testing custom constraints.</description>
0 commit comments