aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-delombok/DataConfiguration.java
AgeCommit message (Collapse)Author
2018-05-28Generate default no-args constructorRoel Spilker
2017-12-04fixing tests to account for generation of javax.annotation.Generated and ↵Reinier Zwitserloot
ConstructorProperties being default-off.
2017-03-23[i1329] respect configuration for field access when generating equals, ↵Roel Spilker
hashCode and toString from Data and Value
2017-02-09[i1014] Only add lombok.Generated if it is explicitly turned onRoel Spilker
2017-01-06add `@lombok.Generated` to generated classes, methods and fieldsRoel Spilker
2015-11-16The bulk of the effort for a new pretty printer.Reinier Zwitserloot
2015-01-30[i623] added eclipse code for generating @javax.annotation.Generated, and ↵Reinier Zwitserloot
refactored java impl to reduce DRY violations. -f pretty now includes skipping generation of this annotation, and updated ALL the test cases.
2014-03-26[i659] suppression of @ConstructorProperties should use config instead. Also ↵Roel Spilker
modified all onX examples to use two underscores.