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.
2 parents f0f462e + 00963e7 commit 49caea0Copy full SHA for 49caea0
blackbox-test/src/main/java/module-info.java
@@ -5,4 +5,5 @@
5
requires jakarta.validation;
6
requires jakarta.inject;
7
provides io.avaje.validation.Validator.GeneratedComponent with example.avaje.valid.GeneratedValidatorComponent;
8
+ provides io.avaje.inject.spi.Module with example.avaje.AvajeModule;
9
}
0 commit comments