IntelliJ Idea doesn't recognize Lombok's annotations [duplicate]

我的梦境 提交于 2019-11-29 18:52:21

What helped was going into File | Project structure and adding a library from Maven (via search for org.projectlombok there):

That downloaded the missing jar into the local repo which I assumed should have been done by the Lombok plugin.

Seems to be yet another IntelliJ Idea bug or at least a shortcoming not clearly mentioned in either Lombok or IntelliJ plugin documentation. I've opened an issue here, perhaps this will save some struggle to other developers in the meantime.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!