Hello, I want to use NonNull/Nullable annotations for Java code, but I heard that javax.annotation.NonNull/Nullable will be removed in the future. Then, which NonNull/Nullable annotation is recommended?
g
gildor
12/09/2018, 2:29 PM
Kotlin by default uses org.jetbrains.annotations.notnull and if you use Kotlin you don't need additional dependency for them