Lombok getter/setter vs Java 14 record

Lombok, and the record feature of the Java language, are different tools for different things. There is some superficial overlap, but don’t let that distract you. Lombok is largely about syntactic convenience; it is a macro-processor pre-loaded with some known useful patterns of code. It doesn’t confer any semantics; it just automates the patterns, according … Read more