aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before/BuilderAccessWithGetter.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`.