mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-03 14:12:47 +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 ValComplex {
|
||||
private ValSimple field = new ValSimple();
|
||||
private static final int CONSTANT = 20;
|
||||
|
||||
Reference in New Issue
Block a user