how to configure lombok in eclipse luna

后端 未结 13 880
没有蜡笔的小新
没有蜡笔的小新 2020-11-30 09:45

I configure lombok in eclipse Luna with Maven. Annotation is added properly, but no getter and setter are generated.

eclipse.ini

`-vm E:\\Program Fil         


        
相关标签:
13条回答
  • 2020-11-30 10:24

    It began to work only after

    eclipse -clean.

    And I have to launch it so each time. -clean in eclipse.ini doesn't help.

    Other solutions weren't helpful too.

    0 讨论(0)
提交回复
热议问题