Java Library - Lombok
The Lombok Project is a java library that helps a developer generate boilerplate code. By simply adding the Lombok library to your IDE and build path the Lombok library will auto-generate the Java bytecode, as per the annotations, into the class files.

How to Use the @Data Annotation of Project Lombok
This article explains how to make use of the @Data annotation of Project Lombok. Continue reading How to Use the @Data Annotation of Project Lombok

How to Use the @Builder Annotation of Project Lombok
This article explains how to make use of the @Builder annotation of Project Lombok. Continue reading How to Use the @Builder Annotation of Project Lombok

How to Use the @AllArgsConstructor Annotation of Project Lombok
This article explains how to make use of the @AllArgsConstructor annotation of Project Lombok. Continue reading How to Use the @AllArgsConstructor Annotation of Project Lombok

How to Use the @Cleanup Annotation of Project Lombok
This article explains how to make use of the @Cleanup annotation of Project Lombok. Continue reading How to Use the @Cleanup Annotation of Project Lombok