BTW, you can use `@NotNull` and `@Nullable` annota...
# announcements
d
BTW, you can use
@NotNull
and
@Nullable
annotations in Java code. Kotlin understands them and treats as nullability modifiers for the corresponding types.