class WithOnStatic { static @lombok.With boolean foo; static @lombok.With int bar; () { } WithOnStatic() { super(); } }