Use of the 'var' feature is disabled by default.

Include lombok.var.flagUsage = ALLOW in lombok.config to enable var
This commit is contained in:
Bulgakov Alexander
2016-10-27 23:52:50 +03:00
parent 710a04607b
commit 62672c0385
9 changed files with 87 additions and 47 deletions
@@ -1,3 +1,4 @@
//CONF: lombok.var.flagUsage = ALLOW
import lombok.experimental.var;
class VarNullInit {