I have the following class: When the @Builder annotation exists, it is causing problems with the @NoArgsConstructor. I am getting the error: Answer Add @AllArgsConstructor as well and this should fix the issue
I have the following class: When the @Builder annotation exists, it is causing problems with the @NoArgsConstructor. I am getting the error: Answer Add @AllArgsConstructor as well and this should fix the issue