[With] renaming lombok.experimental.Wither to lombok.experimental.With

This commit is contained in:
Reinier Zwitserloot
2019-08-27 00:15:47 +02:00
parent 7bf70ed638
commit c11edbf032
88 changed files with 912 additions and 807 deletions
@@ -0,0 +1,4 @@
class WithOnStatic {
@lombok.With static boolean foo;
@lombok.With static int bar;
}