Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-21 | [fixes #2682] Fix NPE, always add Javadoc return statement | Rawi01 | |
2020-01-06 | [fixes #2268] make lombok generate qualified types in order to avoid name ↵ | Reinier Zwitserloot | |
clashes. | |||
2019-07-16 | [Fixes #2115] builder fields tracking a property that has a default set is ↵ | Reinier Zwitserloot | |
now called `$value` in order to convey that you shouldnt manually mess with it. | |||
2018-08-28 | [fixes #1836] superbuilder didn’t play ball with field prefixes, at least ↵ | Reinier Zwitserloot | |
in javac. | |||
2018-08-16 | adapted existing tests to changed default assignment generation | Jan Rieke | |
2018-08-16 | @SuperBuilder adapts @Builder.Default behavior from @Builder as #1347 is | Jan Rieke | |
fixed now (ecj) | |||
2018-06-01 | support @Builder.Default | Jan Rieke | |