class GetFoo { private @lombok.Getter int foo; public @java.lang.SuppressWarnings("all") int getFoo() { return this.foo; } GetFoo() { super(); } }