aboutsummaryrefslogtreecommitdiff
path: root/usage_examples
AgeCommit message (Expand)Author
2015-11-16[builder] Added clearX() functionality for `@Singular` annotations for javac....Reinier Zwitserloot
2015-08-19Some documentation fixed discovered as we released 1.16.6Reinier Zwitserloot
2015-08-16Added documentation for @HelperReinier Zwitserloot
2015-06-25The hashCode() method now generates a magic prime instead of 0 for the hash o...Reinier Zwitserloot
2015-05-02Change http://projectlombok.org to https://projectlombok.orgRoel Spilker
2015-02-02added impl for @UtilityClass.Reinier Zwitserloot
2015-01-26small updates to the documentation of @Singular.Reinier Zwitserloot
2015-01-26documentation for @Singular.Reinier Zwitserloot
2014-05-21Fix website re. DelegateRoel Spilker
2014-03-26[i659] suppression of @ConstructorProperties should use config instead. Also ...Roel Spilker
2014-03-26[i660] canEqual is now protected instead of public.Roel Spilker
2014-02-10[deps] Updated eclipse deps to 3.9 tree. This also enables testing java7 feat...Reinier Zwitserloot
2014-02-08Explained how to customise the category of the generated Log(ger)Maarten Mulders
2014-01-21Added extra example to the online documentation for @LogRoel Spilker
2014-01-21Issue 630: Several small documentation fixed for LogRoel Spilker
2014-01-19Issue 625: use (even) better primes for hashcodesRoel Spilker
2014-01-09[#625] Instead of '31' as a prime number for hashCode(), use something else. ...Reinier Zwitserloot
2013-08-28fixed a code typo in the getterlazy usage example. Credits to Adam Brewster f...Reinier Zwitserloot
2013-07-08Fixed value's snippet integration (it hadn't been updated yet now that Value ...Reinier Zwitserloot
2013-07-08Support for javadoc copying in Getter/Setter generation for javac, as well as...Reinier Zwitserloot
2013-07-07updated docs for new desugaring for getter(lazy=true)Reinier Zwitserloot
2013-06-18javac builder implementation. Passes all tests.Reinier Zwitserloot
2013-05-31Added @NonNull on parameters feature (issue 514),Reinier Zwitserloot
2013-02-18Changed @Value to no longer imply @Wither. Usually you want onlyReinier Zwitserloot
2013-02-18whoops, belated push and fixes to the documentation of onXReinier Zwitserloot
2012-11-17Added all documentation for the onX feature and updated changelog.Reinier Zwitserloot
2012-08-13prettying up the pre/post examples for FieldDefaults and ExtensionMethodReinier Zwitserloot
2012-08-13Documentation for @Value, @FieldDefaults, @WitherReinier Zwitserloot
2012-06-25tiny typo in post usage example of Delegate in feature docs.Reinier Zwitserloot
2012-06-18Added documentation for @ExtensionMethod featureReinier Zwitserloot
2012-04-29Updated the after-delombok images to the latest state.Roel Spilker
2012-03-27fixes for 'ant website' build target. Also fixing some errors in javadoc.Reinier Zwitserloot
2012-03-27Finished up documentation for Accessors.Reinier Zwitserloot
2011-08-15Removed support for onMethod, onParam and onConstructor due to javac7 type in...Roel Spilker
2011-07-14The site's lombok v. vanilla java examples included lombok annotations on the...Reinier Zwitserloot
2011-06-29A 'final' was missing in the vanilla version of the 'val' usecase.Reinier Zwitserloot
2011-06-22fixed type mismatch in lazy getter example (issue 223)peichhorn
2011-05-09Updated Delegate docs now that we've changed how it works (it no longer detec...Reinier Zwitserloot
2011-02-28Updates examples to use Guice and hibernate validators.grootjans
2011-02-28Issue 192: Add documentation for onMethod=, onParam, onConstructorgrootjans
2011-02-07Added documentation for @Delegate. This fixes issue 189grootjans
2011-01-31Issue 182: Cleanup documentation should include null-checkRoel Spilker
2010-11-29@ToString usage example had a typo in it (used 'excludes' instead of the corr...Reinier Zwitserloot
2010-11-29Added 'val' as a type which the 'val' fake keyword must resolve to before val...Reinier Zwitserloot
2010-11-18Added documentation for val and @Getter(lazy=true) and updated docs for Log a...Reinier Zwitserloot
2010-11-06Updated documentation on @Log and moved them all to lombok.extern.*Roel Spilker
2010-11-06Updated website documentation to include @LogRoel Spilker
2010-07-21Added using .getX() instead of using .x in equals, hashCode, and toString. Al...Reinier Zwitserloot
2010-07-20Added documentation for @RequiredArgsConstructor, @NoArgsConstructor, @AllArg...Reinier Zwitserloot
2009-07-28Added website feature documentation for @ToString and @EqualsAndHashCode, and...Reinier Zwitserloot