Files
lombok/test/transform/resource/before/WitherOnStatic.java
T

5 lines
119 B
Java

class WitherOnStatic {
@lombok.experimental.Wither static boolean foo;
@lombok.experimental.Wither static int bar;
}