Lombok A library for getting rid of getter setter for your Pojo.

krishankant singhal
2 min readJan 6, 2021

Recently i got a chance to work on microservices ,In existing code i observed some annotations in my pojo or JPA entities and did not see any setter or getter for properties defined. But in my whole code getter and setter were getting used .I realized there is something going behind the scene and these annotation are generating setter getter for my JPA during compilation time. After some research i had an answer. answer was a library known as lombok :)

Getters/Setters, Constructors — So Repetitive

--

--

krishankant singhal

Angular,Vuejs,Android,Java,Git developer. i am nerd who want to learn new technologies, goes in depth.