1 2 3 4 5 6 7 8
class GeneratedJavaxOff { int x; @java.lang.SuppressWarnings("all") @lombok.Generated public int getX() { return this.x; } }