mirror of
https://github.com/tiennm99/lombok.git
synced 2026-08-01 14:22:11 +00:00
10 lines
163 B
Java
10 lines
163 B
Java
class GeneratedOff {
|
|
@lombok.Getter int x;
|
|
GeneratedOff() {
|
|
super();
|
|
}
|
|
public @java.lang.SuppressWarnings("all") int getX() {
|
|
return this.x;
|
|
}
|
|
}
|