Introduction to Project Lombok

Project Lombok is a Java library that automatically plugs into your editors like an eclipse or IntelliJ and builds tools and helps reduce the boilerplate code. In this tutorial, you will learn how Lombok help us to create getter, setters, toString, constructor, equals, hashCode methods, etc automatically. This article mainly includes information about Project Lombok and it's annotations with examples.