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 19d7ed1 commit 14cc702Copy full SHA for 14cc702
docs/src/docs/asciidoc/chapter-3-mapper-as-converter.asciidoc
@@ -55,7 +55,7 @@ The generated Adapter class will look like this:
55
public class ConversionServiceAdapter {
56
private final ConversionService conversionService;
57
58
- public ConversionServiceAdapter(final ConversionService conversionService) {
+ public ConversionServiceAdapter(@Lazy final ConversionService conversionService) {
59
this.conversionService = conversionService;
60
}
61
0 commit comments