If I specify @AllArgsConstructor using Lombok, it will generate a constructor for setting all the declared (not final, not static) fields. Is it p
A good way to go around it in some cases would be to use the @Builder
@Builder