aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/experimental
AgeCommit message (Collapse)Author
2012-08-10* Added priorities to handlers, along with implementation of the priority ↵Reinier Zwitserloot
system for javac and ecj. * @Value now makes the class itself final by default.
2012-08-06Added @Value and @FieldDefaults implementations for javac and ecj, the ↵Reinier Zwitserloot
annotations including @NonFinal and @PackagePrivate, and some refactors. No tests yet.
2012-07-12Wither support + tests (javac only; ecj tests are currently set to ignore).Reinier Zwitserloot
2012-06-25Updated javadocRoel Spilker
2012-06-12Port of lombok-pg's @ExtensionMethod support for eclipse. Doesn't work yet.Reinier Zwitserloot
2012-05-22Javac implementation of @ExtensionMethod.Robbert Jan Grootjans
Casual tests show that it is working. Taken from lombok-pg.
2012-03-21Documentation for new @Accessors feature as well as the API (the annotation ↵Reinier Zwitserloot
in experimental package).