mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-27 22:26:17 +00:00
The @var annotation has been moved to the experimental package.
Added a test of a @var variable with null initialization.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import lombok.var;
|
||||
import lombok.experimental.var;
|
||||
|
||||
public class VarComplex {
|
||||
private String field = "";
|
||||
|
||||
Reference in New Issue
Block a user