mirror of
https://github.com/tiennm99/lombok.git
synced 2026-08-05 06:22:17 +00:00
lombok.val import now gets removed. Only adding lombok.val flags the compilation unit as changed.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import lombok.val;
|
||||
|
||||
public class ValSimple {
|
||||
private String field = "field";
|
||||
private short field2 = 5;
|
||||
|
||||
Reference in New Issue
Block a user