clean code To Lombok, or not to Lombok If you are reading this, chances are that you already know a little about Project Lombok. Perhaps you love it and is looking for additional information to support your righteous
comments String comment; //this is a comment // This is the name of the header private String headerName; /** * Returns the name of the header * @return Header name as a String */ public String getHeaderName() { return headerName; } Have you ever seen comments like these? Are you not grateful for it? Don't you just wish