Closed zeroeightysix closed 5 years ago
@Setting(ignored = true) private final int a = 5;
should be the same as
private transient final int a = 5;
should be the same as