CommonIgnoredOnParcel

actual typealias CommonIgnoredOnParcel = IgnoredOnParcel(source)
@Target(allowedTargets = [AnnotationTarget.PROPERTY])
expect annotation class CommonIgnoredOnParcel(source)

Platform-agnostic IgnoredOnParcel annotation.

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
actual annotation class CommonIgnoredOnParcel(source)