Skip to content
Crome696 edited this page Nov 3, 2022 · 2 revisions

Summary

Project Lombok is an extension for java developers. Through annotations, a developer can reduce the written overhead of code. One disadvantage of Lombok is the missing possibility of code which has been generated on runtime.

Requirements

  • IntelliJ not requires an installation of Lombok through website
  • Visual Code not requires an installation of Lombok through website
  • Eclipse requires an installation of Lombok through website

Source

Clone this wiki locally