Skip to content

Why is Lombok @Builder not compatible with this constructor?

I have this simple code: First I was using only the @Builder Lombok annotation and everything was fine. But I added the constructor and the code does not compile any more. The error is: So I have two questions: Why is Lombok @Builder not compatible with this constructor? How do I make the code compile taking …