aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2021-03-20 13:17:15 +1100
committermd_5 <git@md-5.net>2021-03-20 13:18:50 +1100
commit70951d4dd7eb82500bb8de98749ae136d9a38d78 (patch)
tree4f7cbdc1a688628b60eee67e3274915571fdf157 /AUTHORS
parentc6076730de3b7b587ca0e1d6e31f5e7bd6ab6761 (diff)
downloadlombok-70951d4dd7eb82500bb8de98749ae136d9a38d78.tar.gz
lombok-70951d4dd7eb82500bb8de98749ae136d9a38d78.tar.bz2
lombok-70951d4dd7eb82500bb8de98749ae136d9a38d78.zip
[fixes #2724] Increase priority of Builder annotation removal
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`.
Diffstat (limited to 'AUTHORS')
-rwxr-xr-xAUTHORS3
1 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 664ec0d5..f152f0c7 100755
--- a/AUTHORS
+++ b/AUTHORS
@@ -25,6 +25,7 @@ Maarten Mulders <mthmulders@users.noreply.github.com>
Mark Haynes <markhaynes.work@gmail.com>
Mart Hagenaars <marthagenaars@gmail.com>
Mateusz Matela <mateusz.matela@gmail.com>
+Michael Dardis <git@md-5.net>
Michael Ernst <mernst@alum.mit.edu>
Michiel Verheul <cheelio@gmail.com>
Pascal Bihler <pascal@qfs.de>
@@ -49,4 +50,4 @@ Till Brychcy <till.brychcy@mercateo.com>
Victor Williams Stafusa da Silva <victorwssilva@gmail.com>
Yun Zhi Lin <yun@yunspace.com>
-By adding your name to this list, you grant full and irrevocable copyright and patent indemnity to Project Lombok and all use of Project Lombok, and you certify that you have the right to do so for all commits you add to Project Lombok.
+By adding your name to this list, you grant full and irrevocable copyright and patent indemnity to Project Lombok and all use of Project Lombok in relation to all commits you add to Project Lombok, and you certify that you have the right to do so.