I have following DTOs:
@Value public class PracticeResults { @NotNull Map wordAnswers; } @Value public class ProfileMetaDto {
I have upgraded lombok version to : 'org.projectlombok:lombok:1.18.0' and it worked for me.