mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 08:21:35 +00:00
[With] renaming lombok.experimental.Wither to lombok.experimental.With
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
//CONF: checkerframework = 3.0
|
||||
import lombok.Data;
|
||||
import lombok.experimental.Accessors;
|
||||
import lombok.experimental.Wither;
|
||||
import lombok.With;
|
||||
|
||||
@Data @Accessors(chain = true)
|
||||
class CheckerFrameworkBasic {
|
||||
@Wither private final int x;
|
||||
@With private final int x;
|
||||
private final int y;
|
||||
private int z;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user