1 2 3 4 5 6 7 8
import lombok.experimental.Wither; class WitherPlain { @lombok.experimental.Wither int i; @Wither final int foo; WitherPlain(int i, int foo) { } }