aboutsummaryrefslogtreecommitdiff
path: root/website/features/val.html
AgeCommit message (Collapse)Author
2016-03-07updated year to 2016 in copyrights.Reinier Zwitserloot
2015-02-04copyright header updates for web docs.Reinier Zwitserloot
2014-05-22added documentation for the configuration feature.Reinier Zwitserloot
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.
2011-11-07Changed copyright noticesRoel Spilker
2011-06-29Whoops, the titles on 3 feature pages were '@Data' instead of something more ↵Reinier Zwitserloot
appropriate.
2011-05-30Some small typofixes for the website feature docs.Reinier Zwitserloot
2011-02-07Added documentation for @Delegate. This fixes issue 189grootjans
2010-11-29Added 'val' as a type which the 'val' fake keyword must resolve to before ↵Reinier Zwitserloot
val works, as a gesture to make val less 'magical'. It even works, in eclipse. Next up: javac.
2010-11-18Added documentation for val and @Getter(lazy=true) and updated docs for Log ↵Reinier Zwitserloot
and EqualsAndHashCode to reflect new lombok 0.10 features.