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.
.inject.spi.AvajeModule
1 parent 42887d1 commit 7edad28Copy full SHA for 7edad28
inject/src/main/java/io/avaje/inject/spi/AvajeModule.java
@@ -22,9 +22,7 @@ default String[] providesBeans() {
22
return EMPTY_STRINGS;
23
}
24
25
- /**
26
- * Return the type(s) of scopes that this module provides
27
- */
+ /** Return the type(s) of scopes that this module provides. */
28
default String[] definesScopes() {
29
30
0 commit comments