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 Migrate Lombok's @__ syntax to onX_ for Java 8+ Prefer final var over lombok.val Rename getter methods to fit Lombok Use @NoArgsConstructor where applicable