False positive for Lombok SuperBuilder on final fields

Hi :slight_smile:

@SuperBuilder
public class Test {
  @Builder.Default
  private final int foo = 1;
}

Hi @Raphiraph7 ,

Thanks for reporting this issue. I was able to reproduce it and created this ticket to tackle it.

Cheers,

Dorian