mirror of
https://github.com/tiennm99/lombok.git
synced 2026-08-01 16:21:17 +00:00
10 lines
215 B
Java
10 lines
215 B
Java
class GeneratedOffJavaxOn {
|
|
@lombok.Getter int x;
|
|
GeneratedOffJavaxOn() {
|
|
super();
|
|
}
|
|
public @java.lang.SuppressWarnings("all") @javax.annotation.Generated("lombok") int getX() {
|
|
return this.x;
|
|
}
|
|
}
|