As a Java developer, you’re likely familiar with utility classes, which provide a collection of static methods…

LombokA collection of 11 posts
To write efficient and maintainable code, you need to focus on simplicity and readability. In Java, object…
Introduction Lombok, short for Project Lombok, is a Java library that automatically plugs into your build process,…
Lombok @Value annotation This article will cover lombok @Value annotation in detail, what is its use, its…
Lombok @Data annotation In this article, we will take a look at @Data annotation in lombok, its…
Lombok @EqualsAndHashCode example In this article, we will take a look at lombok @EqualsAndHashCode annotation usage and…
Lombok constructor Lombok can generate a constructor for a class. We can choose to generate no argument…
Lombok @ToString example This article will cover @ToString annotation in project lombok, its meaning, use and configuration…
Configure Lombok In this article, we will learn how to install Lombok in STS or eclipse and…