// Generated by delombok at Sat Jun 11 11:12:44 CEST 2016 class GetterWithDollar1 { int $i; @java.lang.SuppressWarnings("all") @javax.annotation.Generated("lombok") public int get$i() { return this.$i; } } class GetterWithDollar2 { int $i; int i; @java.lang.SuppressWarnings("all") @javax.annotation.Generated("lombok") public int get$i() { return this.$i; } @java.lang.SuppressWarnings("all") @javax.annotation.Generated("lombok") public int getI() { return this.i; } }