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