Using data classes in Java

Does anybody know about compiler that can analyze org.jetbrains.annotations.NotNull annotations which are generated by kotlinc for data classes?

Have a look at the Checker Framework it is able to process JetBrains nullness annotations.

1 Like