aboutsummaryrefslogtreecommitdiff
path: root/website/features/Delegate.html
AgeCommit message (Collapse)Author
2014-05-20@Delegate has moved to lombok.experimental.Reinier Zwitserloot
Some work on the aliasing system to make that go smoothly.
2013-05-31Added @NonNull on parameters feature (issue 514),Reinier Zwitserloot
including docs and changelog.
2013-02-11BIG commit:Reinier Zwitserloot
* re-introduction of onMethod/onConstructor/onParam * tests checking error/warnings rewritten to be more heuristic, in order to accomodate difference in messaging between java6 and java 7 * Ability to eliminate java's own output of erroneous error messages (heh); i.e. those messages that are invalidated by lombok's actions. This mechanism is used for onMethod/onConstructor/onParam * First steps to unifying a billion setGeneratedBy calls into a single visitor traversal for eclipse' HandleGetter/Setter/Constructor/Wither * To simplify 'zooming in' the tests on just a few files, added an 'accept' mechanism. * Updated copyright headers of website to 2013.
2012-01-19updated documentation to reflect ability of putting delegate on methods.Reinier Zwitserloot
2011-11-07Changed copyright noticesRoel Spilker
2011-08-15Removed support for onMethod, onParam and onConstructor due to javac7 type ↵Roel Spilker
incapabilities. Issue #251
2011-05-30Some small typofixes for the website feature docs.Reinier Zwitserloot
2011-05-09Updated Delegate docs now that we've changed how it works (it no longer ↵Reinier Zwitserloot
detects that you've implemented a few to-be delegated methods yourself).
2011-02-28Issue 192: Add documentation for onMethod=, onParam, onConstructorgrootjans
still have to make a minor edit in the pre/post files
2011-02-07Added documentation for @Delegate. This fixes issue 189grootjans