mirror of
https://github.com/tiennm99/lombok.git
synced 2026-08-01 16:21:17 +00:00
7 lines
105 B
Java
7 lines
105 B
Java
class WitherWithDollar {
|
|
@lombok.experimental.Wither int $i;
|
|
WitherWithDollar() {
|
|
super();
|
|
}
|
|
}
|