1 2 3 4 5 6 7
class GetFoo { private int foo; @java.lang.SuppressWarnings("all") public int getFoo() { return this.foo; } }