In FabricMC/fabric-api#499 the library used for the @Deprecated is being discussed. I'd like to use the same library for the @Nullable annotations (and variants).
Note IDEA currently provides the following warning for all usages of javax annotations:
Not 'javax.annotation.Nullable' but 'org.jetbrains.annotations.Nullable' would be used for code generation.
This issue serves as a tracker until FabricMC/fabric-api#499 is solved.