@Nullable/@NotNull with IntelliJ IDEA, Maven & JSR 305

前端 未结 4 635
闹比i
闹比i 2020-12-29 09:52

I really like the code inspection functionalities which are now able with either JSR 305 or Jetbrains\' proprietary annotations for IntelliJ. Unfortunately both implementati

4条回答
  •  庸人自扰
    2020-12-29 10:18

    As this question is IntelliJ specific it is perhaps best asked on an IntelliJ forum. You might find this thread interesting http://devnet.jetbrains.net/message/5262800. The downside of using Findbugs is that it doesn't provide code injection for runtime checks and JSR-305 doesn't appear likely to be approved anytime soon.

提交回复
热议问题