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 49fe35e commit a566be3Copy full SHA for a566be3
inject/src/main/java/io/avaje/inject/AssistFactory.java
@@ -18,7 +18,7 @@
18
* because the factory has some managed dependencies that should be injected for us and some
19
* dependencies that are provided by the application (and annotated with {@code Assisted}).
20
*
21
- * <p>The factory interface must be a functional interface, or an abstract class with only one
+ * <p>The factory class must be a functional interface, or an abstract class with only one
22
* abstract method defined.
23
24
* <pre>{@code
0 commit comments