mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-15 10:19:12 +00:00
7 lines
86 B
Java
7 lines
86 B
Java
class WithWithDollar {
|
|
@lombok.With int $i;
|
|
WithWithDollar() {
|
|
super();
|
|
}
|
|
}
|