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 762990d commit 80d3aa1Copy full SHA for 80d3aa1
README.md
@@ -8,7 +8,7 @@ module org.example {
8
9
requires io.avaje.inject;
10
11
- // register org.example._di$Factory from generated sources
+ // register org.example._di$BeanContextFactory from generated sources
12
provides io.avaje.inject.spi.BeanContextFactory with org.example._di$BeanContextFactory;
13
}
14
```
inject/README.md
0 commit comments