Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-20 | [fixes #2724] Increase priority of Builder annotation removal | md_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 statement | Rawi01 | |
2020-03-06 | [Jacksonized] fixing the idempotent tests | Reinier Zwitserloot | |
they fail due to builder annotation not being removed. | |||
2020-03-03 | @Jacksonized: modify builders that they can be used by Jackson | Jan Rieke | |