Recipe catalogJavaModernizeLombokOn this pageLombok Categories Log Composite Recipes Recipes that include further recipes, often including the individual recipes below. Lombok Best Practices Migrate Lombok to a Java 11 compatible version Recipes Convert @lombok.Value class to Record Convert getter methods to annotations Convert setter methods to annotations Prefer final var over lombok.val Rename getter methods to fit Lombok Use @NoArgsConstructor where applicable