File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/main/kotlin/tools/jackson/module/kotlin Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ fun Class<*>.isKotlinClass(): Boolean = this.isAnnotationPresent(Metadata::class
1919 * using the default value provided in Kotlin.
2020 * @property singletonSupport Default: false. Mode for singleton handling.
2121 * See [KotlinFeature.SingletonSupport]
22- * @property enabledSingletonSupport Default: false. A temporary property that is maintained until the return value of `singletonSupport` is changed.
23- * It will be removed in 2.21.
2422 * @property strictNullChecks Default: false. Whether to check deserialized collections. With this disabled,
2523 * the default, collections which are typed to disallow null members
2624 * (e.g. List<String>) may contain null values after deserialization. Enabling it
You can’t perform that action at this time.
0 commit comments