aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-ecj/SuperBuilderWithDefaults.java
AgeCommit message (Collapse)Author
2020-12-21[fixes #2682] Fix NPE, always add Javadoc return statementRawi01
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-16adapted existing tests to changed default assignment generationJan Rieke
2018-08-16@SuperBuilder adapts @Builder.Default behavior from @Builder as #1347 isJan Rieke
fixed now (ecj)
2018-06-01support @Builder.DefaultJan Rieke