Skip to main content

Search

Project Lombok. Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java. Never write another getter or equals method again, with one annotation your class has a fully featured builder, Automate your logging variables, and much more. Show me a text and images based explanation and tutorial ...

Getting started. Let’s start by cloning the canonical spring-petclinic project. Then, make sure that the Lombok plugin is enabled: Now, let’s add Lombok to the project dependencies. We can do that either through the build script, or we can just start using Lombok annotations, and IntelliJ IDEA will suggest adding the missing dependency.