Commit Graph

3 Commits

Author SHA1 Message Date
Bulgakov Alexander 69eeb9edc7 a initialization of variable like "var o = null;" will throw the compile time error "variable initializer is 'null'" 2016-11-12 23:04:48 +03:00
Bulgakov Alexander 62672c0385 Use of the 'var' feature is disabled by default.
Include lombok.var.flagUsage = ALLOW in lombok.config to enable var
2016-10-27 23:52:50 +03:00
Bulgakov Alexander 710a04607b The @var annotation has been moved to the experimental package.
Added a test of a @var variable with null initialization.
2016-10-26 23:18:47 +03:00