Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
editions of the Builder and Value annotations… but in case you install lombok v2 into eclipse but use an older lombok as dep in your project, we still do want to process the old annotations. Had to stringly-type a few things to make that happen, but, works now.
|
|
* var is promoted to the main package.
* It is no longer an opt-in thing.
* bug: var (unlike val) is allowed in old-style for loops, but if you multi-init: for (var i = 0, j="Foo";;), you now get an error that you can't do that.
* tests both for the multi-for situation and the new main package variant.
|
|
new module syntax, and having module-info.java files in your source.
|
|
|
|
|
|
|
|
"JDK9 support much improved since v1.16.6" -> "... v1.16.16"
|
|
|
|
|
|
|
|
#1532
|
|
|
|
in this release.
|
|
fixes #1521
|
|
broke it with JDK9).
|
|
|
|
longer supports 1.4/1.5 but we need it to continue to compile patchtargets for eclipse.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
appropriate.
|
|
|
|
hashCode and toString from Data and Value
|
|
|
|
|
|
args.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|