import lombok.experimental.*; class WitherLegacyStar { @Wither int i; WitherLegacyStar(int i) { this.i = i; } }