1 2 3 4 5 6
// version 14: import lombok.With; public record WithOnRecordComponent(@With String a, String b) { }