mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 06:21:43 +00:00
95cf815285
Also made dollars and Xes legal in addition to underscores, in case double underscore disappears later too.
7 lines
142 B
Java
7 lines
142 B
Java
class PlaceFillerToMakeSurePositionIsRelevant {
|
|
}
|
|
@lombok.Getter(onMethod=@__(@Deprecated))
|
|
class GetterOnMethodErrors {
|
|
private int test;
|
|
}
|