mirror of
https://github.com/tiennm99/lombok.git
synced 2026-08-01 04:22:16 +00:00
10 lines
178 B
Java
10 lines
178 B
Java
class WitherOnStatic {
|
|
static @lombok.experimental.Wither boolean foo;
|
|
static @lombok.experimental.Wither int bar;
|
|
<clinit>() {
|
|
}
|
|
WitherOnStatic() {
|
|
super();
|
|
}
|
|
}
|