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 17e56a6 commit 5fad37bCopy full SHA for 5fad37b
validator/src/main/java/module-info.java
@@ -1,6 +1,7 @@
1
module io.avaje.validation {
2
exports io.avaje.validation;
3
exports io.avaje.validation.adapter;
4
+ exports io.avaje.validation.groups;
5
exports io.avaje.validation.spi;
6
7
requires io.avaje.lang;
0 commit comments