We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef0a4c commit 824a2d9Copy full SHA for 824a2d9
1 file changed
value-processor/src/org/immutables/value/processor/Immutables.generator
@@ -3417,7 +3417,7 @@ static final [output.linesShortable]class Json[type.generics]
3417
* @deprecated Do not use this method directly, it exists only for the <em>Jackson</em>-binding infrastructure
3418
*/
3419
@Deprecated
3420
-[if classpath.available (jackson 'annotation.JsonCreator.Mode')]
+[if classpath.available (jackson '.annotation.JsonCreator.Mode')]
3421
@[jackson].annotation.JsonCreator(mode = [jackson].annotation.JsonCreator.Mode.DELEGATING)
3422
[else]
3423
@[jackson].annotation.JsonCreator
0 commit comments