What are the risks with Project Lombok?

前端 未结 7 1628
名媛妹妹
名媛妹妹 2021-02-01 13:48

I\'m coming up with performance goals for the new year, and I thought I\'d be fun to put a goal to reduce the size of the code base, especially boilerplate. One action I\'ve com

7条回答
  •  遇见更好的自我
    2021-02-01 14:09

    It's a third party library, and there are developers who don't know it well.

    IDE should support annotations processing (there are plugins for IDEA and Eclipse).

    As was mentioned above, your code will be without getters/setters. It leads to sonar/checkstyle violations.

提交回复
热议问题