WarnIfMissingOrNull

@Target(allowedTargets = [AnnotationTarget.FIELD])
annotation class WarnIfMissingOrNull

Annotation used to mark JSON fields that we allow to be null or missing, but for which we want to print a warning when that's the case.

Constructors

Link copied to clipboard
fun WarnIfMissingOrNull()