Lombok is a widely used Java library to eliminate boilerplate code for setters, getters, Equals & Hashcode etc. The focus of this article is go over some of the Lombok annotations when used with SpringBoot framework. Constructor Injection: Spring allows injecting mandatory dependencies via constructor which is the most preferred way. Let’s look at Listing […]