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 35d4418 commit fdf4bc5Copy full SHA for fdf4bc5
blackbox-test/src/main/java/module-info.java
@@ -1,9 +1,10 @@
1
+@io.avaje.inject.InjectModule(name="GeneratedModule")
2
module blackbox.test {
3
4
requires io.avaje.validation.http;
5
requires io.avaje.validation.contraints;
6
requires jakarta.validation;
7
requires jakarta.inject;
8
provides io.avaje.validation.Validator.GeneratedComponent with example.avaje.valid.GeneratedValidatorComponent;
- provides io.avaje.inject.spi.InjectExtension with example.avaje.AvajeModule;
9
+ provides io.avaje.inject.spi.InjectExtension with example.avaje.GeneratedModule;
10
}
0 commit comments