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 Use @NoArgsConstructor where applicable