Files
lombok/test/transform/resource/after-ecj/WitherOnStatic.java
T

10 lines
178 B
Java

class WitherOnStatic {
static @lombok.experimental.Wither boolean foo;
static @lombok.experimental.Wither int bar;
<clinit>() {
}
WitherOnStatic() {
super();
}
}