Annotation Interface Nullable


@Inherited @TypeQualifierNickname @Retention(RUNTIME) @CheckForNull public @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.