Age | Commit message (Expand) | Author |
2022-03-13 | [fixes #3133] Add annotation bits to annotation copy targets | Rawi01 |
2022-02-08 | [implements #1456] accessors can now be made final via `@Accessors`. | Reinier Zwitserloot |
2022-01-09 | [fixes #3081] make CheckerFramework's This a type annotation | Jan Rieke |
2021-03-22 | Merge branch 'records' | Reinier Zwitserloot |
2021-03-16 | [build] sped up the build considerable. | Reinier Zwitserloot |
2020-09-10 | Add record support | Rawi01 |
2020-07-29 | Support javadoc copying in eclipse | Rawi01 |
2020-01-31 | [issue #788] Add more nullity annotations where relevant | Reinier Zwitserloot |
2020-01-31 | [issue #2221] simplified configuration for `@Singular`-generated plural form ... | Reinier Zwitserloot |
2020-01-20 | Remove unused imports | Roel Spilker |
2019-08-26 | Fixes #2156: also clone the annotations on the setter. | Roel Spilker |
2019-08-22 | [checkerframework] | Reinier Zwitserloot |
2019-07-16 | [Fixes #2115] builder fields tracking a property that has a default set is no... | Reinier Zwitserloot |
2019-05-07 | [fixes #1981][fixes #1961] Hardcoded some knowledge about how to copy jackson... | Reinier Zwitserloot |
2019-05-06 | [fixes #2120] ecj was not generating explicit nullchecks for builder-setters. | Reinier Zwitserloot |
2018-09-11 | Replaced the notion of ‘nullable’ and ‘nonnull’ get copied to ‘any ... | Reinier Zwitserloot |
2018-09-11 | code review and fixes for the ‘copyable annotations’ setting concept. | Reinier Zwitserloot |
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-05-14 | [annotation based ToString] hey.. we have annotation based ToString now, wher... | Reinier Zwitserloot |
2018-05-11 | ecj: setter methods now return self() | Jan Rieke |
2018-04-23 | Allow onMethod and onParam in @Getter and @Setter if it is put on a type | Roel Spilker |
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 |
2015-01-29 | Reverting the revert of purely a style issue; the copyAnnotations method is n... | Reinier Zwitserloot |
2014-06-01 | Revert "Remove a wrong test for copyAnnotations returning empty array." | Reinier Zwitserloot |
2014-05-31 | Remove a wrong test for copyAnnotations returning empty array. | Maaartin Grajcar |
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-07-16 | * Fixed issues with @FieldDefaults and @Value (you can NOT override | Reinier Zwitserloot |
2013-06-16 | Eclipse Builder implementation finished. Tests need fleshing out though. | Reinier Zwitserloot |
2013-02-11 | BIG commit: | Reinier Zwitserloot |
2012-08-06 | Added @Value and @FieldDefaults implementations for javac and ecj, the annota... | Reinier Zwitserloot |
2012-08-06 | Untested implementation of HandleWither for eclipse along with minor refactor... | 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-12 | patched retrieveRightBraceOrSemiColonPosition && retrieveRightBrace so method... | jvanderhel |
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-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 |