aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/handlers/HandleBuilder.java
AgeCommit message (Expand)Author
2015-01-26documentation for @Singular.Reinier Zwitserloot
2015-01-20added the lombok.singular.auto config option.Reinier Zwitserloot
2015-01-20trying to manually add (parts of) the infrastructure for @Singular @Builder s...Reinier Zwitserloot
2015-01-19builder @Singleton now works fully in eclipse as well! feature done!Reinier Zwitserloot
2015-01-15ecj @Builder @Singular support for j.u. sets and maps.Reinier Zwitserloot
2015-01-11Set @Singularize code for javac improved, Map @Singularize added.Reinier Zwitserloot
2015-01-05@Singleton for j.u.Sets works in javac.Reinier Zwitserloot
2014-12-08moved builder to core package (deprecated old one, created new one, added ali...Reinier Zwitserloot
2014-05-23Added confkey to make @NonNull generate a different exception because of the ...Reinier Zwitserloot
2014-03-26[i659] suppression of @ConstructorProperties should use config instead. Also ...Roel Spilker
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-15added package-infos to lots of packages, updated the javadoc in these, and ma...Reinier Zwitserloot
2013-12-03Fix for Issue #591: v1.12.2 doesn't well with netbeans.Roel Spilker
2013-09-25Pre-emptive fix for the anticipated removal of ListBuffer.lb() in javac8Roel Spilker
2013-09-24Merge branch 'master' into jdk8checkReinier Zwitserloot
2013-08-14* Fixed 553: @XArgsConstructor (and @Builder on a class) did not look at @Acc...Reinier Zwitserloot
2013-07-28more progress. This one is less JDK8 compatible, butReinier Zwitserloot
2013-07-26experiment: Can we wrap TreeMaker and remove a heck of a lot of opportunity t...Reinier Zwitserloot
2013-07-22Merge branch 'master' into jdk8. Also added some major fixes whilst merging.Reinier Zwitserloot
2013-07-16* Fixed issues with @FieldDefaults and @Value (you can NOT overrideReinier Zwitserloot
2013-06-18javac builder implementation. Passes all tests.Reinier Zwitserloot
2013-06-16Most of the javac implementation for HandleBuilder, plusReinier Zwitserloot