I was setting up my project when I saw this on a @NotNull annotation in my DTOs
Not 'javax.validation.constraints.NotNull' but 'org.jetbrains.annotations.NotNull' would be used for code generation
I have import javax.validation.constraints.NotNull;
but I still see this warning.
Why doesn't IDEA want to use javax NotNull and what should I do to force it?