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