Shared default nullable annotation
Answered
I am working on a project, where we have decided that we want to use javax.annotation for Nullable and Nonnull/NotNull. My problem is that IDEA per default wants to use org.jetbrains.annotations, which then require us to manually change every time (which we too often forget..).
Is there a way to share a selected nullable/nonnull annotation across the team?
Please sign in to leave a comment.
Hello,
You can try the External Annotations feature.