blob: b7fe82c2258f5bed57663dcf1767d2147a8fa701 (
plain)
1
2
3
4
5
6
7
8
9
10
|
class PlaceFillerToMakeSurePositionIsRelevant {
}
class GetterOnMethodErrors {
private int test;
@java.lang.SuppressWarnings("all")
@javax.annotation.Generated("lombok")
public int getTest() {
return this.test;
}
}
|