mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 06:21:43 +00:00
4 lines
47 B
Java
4 lines
47 B
Java
class WithWithDollar {
|
|
@lombok.With int $i;
|
|
}
|