Lombok
-
Core Java

Lombok, AutoValue, and Immutables
I liked Brandon‘s suggestion of a blog post comparing Project Lombok, AutoValue, and Immutables and this is a post that…
Read More » -
Core Java

Lombok, a compile time Java annotation preprocessor to minimize code size
In this article we are going to see how can we use lombok inside our regular Java Code to minimize…
Read More » -
Core Java

Reduce Boilerplate Code in your Java applications with Project Lombok
One of the most frequently voiced criticisms of the Java programming language is the amount of Boilerplate Code it requires.…
Read More » -
Core Java

Increased compile-time safety with phantom types
Introduction Using phantom types is a very simple technique that can be used to increase the compile-time safety of code.…
Read More »
