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.
2 parents 25235ea + c45f1ed commit 65b634aCopy full SHA for 65b634a
src/main/kotlin/tools/jackson/module/kotlin/KotlinFeature.kt
@@ -86,7 +86,7 @@ enum class KotlinFeature(internal val enabledByDefault: Boolean) {
86
*/
87
@Deprecated(
88
level = DeprecationLevel.WARNING,
89
- message = "This option will be merged into StrictNullChecks in 2.23.",
+ message = "This option will be merged into StrictNullChecks in 3.2.",
90
replaceWith = ReplaceWith("StrictNullChecks")
91
)
92
NewStrictNullChecks(enabledByDefault = false);
0 commit comments