mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-27 18:23:24 +00:00
5 lines
119 B
Java
5 lines
119 B
Java
class WitherOnStatic {
|
|
@lombok.experimental.Wither static boolean foo;
|
|
@lombok.experimental.Wither static int bar;
|
|
}
|