Age | Commit message (Expand) | Author |
2018-09-11 | Add configuration key, handle whereever NULLABLE is handled, support Eclipse. | Werner Dietl |
2018-06-13 | Merge branch 'janrieke-superBuilder' | Reinier Zwitserloot |
2018-06-13 | [SuperBuilder] code review, style update, making it JDK1.6 compatible, docume... | Reinier Zwitserloot |
2018-06-01 | reverted unnecessary import reordering | Jan Rieke |
2018-05-14 | [annotation based ToString] hey.. we have annotation based ToString now, wher... | Reinier Zwitserloot |
2018-04-23 | Allow onMethod and onParam in @Getter and @Setter if it is put on a type | Roel Spilker |
2018-04-05 | generics for the Builder class; generate abstract methods | Jan Rieke |
2017-03-23 | Fixed issue #1342: builder now marks generated stuff as deprecated if appropr... | Reinier Zwitserloot |
2017-03-20 | Fixing issue #1201: Builder now supports defaults! | Reinier Zwitserloot |
2017-03-07 | Fixed issue #778: problems with onX if the annotation to be added has named a... | Reinier Zwitserloot |
2017-01-19 | refactor of how creating void types works, also cleaned up some syntax. | Reinier Zwitserloot |
2017-01-19 | Lombok will now also fix the typemirror info when generating bean-related met... | Reinier Zwitserloot |
2014-05-23 | Added confkey to make @NonNull generate a different exception because of the ... | Reinier Zwitserloot |
2014-03-04 | [configuration] Merge branch 'master' as we work on configuration. | Reinier Zwitserloot |
2014-01-20 | [configuration] Added all the @Accessors stuff as a configuration key. | Reinier Zwitserloot |
2014-01-18 | [configuration] Moved ALL ConfigurationKey constants into 'ConfigurationKeys'... | Reinier Zwitserloot |
2014-01-18 | [configuration] implementation of flagUsage for all handlers. | Reinier Zwitserloot |
2014-01-15 | added package-infos to lots of packages, updated the javadoc in these, and ma... | Reinier Zwitserloot |
2013-12-19 | Added flag PARAMETER to the generated parameters. | Roel Spilker |
2013-12-11 | Added complete support for delombok's 'pretty' format options; covering all o... | Reinier Zwitserloot |
2013-12-11 | Added format preferences: Suppress @SuppressWarnings, suppress needless appli... | Reinier Zwitserloot |
2013-12-03 | Fix for Issue #591: v1.12.2 doesn't well with netbeans. | Roel Spilker |
2013-09-25 | Pre-emptive fix for the anticipated removal of ListBuffer.lb() in javac8 | Roel Spilker |
2013-08-06 | added Flags.PARAMETER to all the parameters we generate in javac. | Reinier Zwitserloot |
2013-07-26 | experiment: Can we wrap TreeMaker and remove a heck of a lot of opportunity t... | Reinier Zwitserloot |
2013-07-22 | Merge branch 'master' into jdk8. Also added some major fixes whilst merging. | Reinier Zwitserloot |
2013-07-08 | Support for javadoc copying in Getter/Setter generation for javac, as well as... | Reinier Zwitserloot |
2013-06-18 | javac builder implementation. Passes all tests. | Reinier Zwitserloot |
2013-03-22 | Refactored out references to TypeTags. | Robbert Jan Grootjans |
2013-02-11 | BIG commit: | Reinier Zwitserloot |
2012-11-12 | [refactor] Cleaned up static imports (always use *), and refactored out getCt... | Reinier Zwitserloot |
2012-08-06 | Added @Value and @FieldDefaults implementations for javac and ecj, the annota... | Reinier Zwitserloot |
2012-07-12 | Wither support + tests (javac only; ecj tests are currently set to ignore). | Reinier Zwitserloot |
2012-03-26 | Finished work on @Accessors | Reinier Zwitserloot |
2012-03-26 | Merge branch 'acc2' into accessors | Reinier Zwitserloot |
2012-03-26 | Updated findMethod with paramcount. | Reinier Zwitserloot |
2012-03-21 | Implementation of @Accessors. | Reinier Zwitserloot |
2012-03-19 | Fix for issue 342: @Deprecated annotation not propagated to generated getter... | Roel Spilker |
2011-11-07 | Changed copyright notices | Roel Spilker |
2011-10-24 | pretty big refactor; introduced a new source package which should be (and is)... | Reinier Zwitserloot |
2011-08-16 | Renamed Javac.getCTCint to getCtcInt | Roel Spilker |
2011-08-15 | Removed support for onMethod, onParam and onConstructor due to javac7 type in... | Roel Spilker |
2011-06-20 | Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces... | Reinier Zwitserloot |
2011-05-30 | tracking if an annotation has been handled or not is now no longer done | Reinier Zwitserloot |
2011-02-07 | Presence of isFoo(), hasFoo(), and getFoo(), as well as properties named 'isF... | Reinier Zwitserloot |
2010-12-18 | Moved all the Compile time constants from the Javac handlers and supporting c... | grootjans |
2010-11-11 | Merge branch 'master' into lazyinit | Roel Spilker |
2010-11-11 | @Getter(lazy=true) support for javac | Roel Spilker |
2010-11-10 | Merge branch 'fixDelombok' | Reinier Zwitserloot |
2010-11-10 | From now on it is possible to specify annotations to be placed on the method | Roel Spilker |