If you are an Indonesian, it's pretty easy to make a connection between Java and Lombok. However, this post is not about that Java and Lombok, but rather for the Java programming language and Project Lombok.
One of the drawback of Java language is its verbosity. One very easy example can be found in any typical Java POJO.
public class Order{
private long id;
private String name;
private...