Package blue.endless.jankson.annotation
Annotation Interface Nullable
Alias for jsr305 javax.annotation.CheckForNull
Values annotated with this element should be treated the same way as Kotlin optional types: null is explicitly indicated as a valid state, and should be checked before use.