Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 591 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 591 Bytes

Presentation on Lombok

Lombok aims to reduce boilerplate and maintenance of this boilerplate in Java code.

This repo is a quick intro to Lombok, its usages and its shortcomings.

View this presentation online at: https://tomsquest.github.io/presentation-lombok/

Lombok

Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java. Never write another getter or equals method again. Early access to future java features such as val, and much more. Watch the 4 minute demo below to learn more!