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 51a9cf8 commit 0474980Copy full SHA for 0474980
inject-generator/src/main/java/io/avaje/inject/generator/MetaDataOrdering.java
@@ -13,7 +13,8 @@ class MetaDataOrdering {
13
14
private static final String CIRC_ERR_MSG =
15
"To handle circular dependencies consider using field injection " +
16
- "rather than constructor injection on one of the dependencies.";
+ "rather than constructor injection on one of the dependencies. " +
17
+ "\n See https://avaje.io/inject/#circular";
18
19
private final ProcessingContext processingContext;
20
0 commit comments