1 2 3 4 5 6
class WitherWithDollar { @lombok.experimental.Wither int $i; WitherWithDollar() { super(); } }