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 0b01b53 commit 15a89e4Copy full SHA for 15a89e4
core/commonMain/src/kotlinx/serialization/Annotations.kt
@@ -162,7 +162,7 @@ public annotation class Required
162
163
/**
164
* Marks this property invisible for the whole serialization process, including [serial descriptors][SerialDescriptor].
165
- * Transient properties should have default values.
+ * Transient properties must have default values.
166
*/
167
@Target(AnnotationTarget.PROPERTY)
168
// @Retention(AnnotationRetention.RUNTIME) still runtime, but KT-41082
0 commit comments