aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-delombok/JacksonizedSuperBuilderWithJsonDeserialize.java
AgeCommit message (Collapse)Author
2021-03-20[fixes #2724] Increase priority of Builder annotation removalmd_5
Otherwise they may run after `HandleDelegate`. This is problematic as `HandleDelegate` parses the compulation unit and `@Builder` may contain imports (eg `AccessLevel`) that were already removed by other processors, eg `@Getter`.
2020-12-21[fixes #2682] Fix NPE, always add Javadoc return statementRawi01
2020-03-06[Jacksonized] fixing the idempotent testsReinier Zwitserloot
they fail due to builder annotation not being removed.
2020-03-03@Jacksonized: modify builders that they can be used by JacksonJan Rieke