currently cleaning up a Java app so that I can con...
# announcements
b
currently cleaning up a Java app so that I can convert it to Kotlin at some point. Which nullable annotation should I use? I'm on Java 11 and using Spring Boot so org.springframework.lang.NonNull would be available
m
I believe if you turn on jsr305 for compiler (may be default now), both IJ and Kotlin compiler will recognize those annotations.