I was wondering what are the best practices for wr...
# announcements
n
I was wondering what are the best practices for writing Kotlin-friendly Java code. Is it really necessary to explicitly annotate each method parameter with
@NotNull
or
@Nullable
?