From cc28ef24ecda90862b42df4fa3072b924bb8b5ab Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 12 Dec 2016 23:04:28 +0100 Subject: Added a test to showcase the issue where lombok does not update type mirrors, messing up visibility of lombok-generated stuff to other annotation processors. --- build.xml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to 'build.xml') diff --git a/build.xml b/build.xml index a4f22545..86487671 100644 --- a/build.xml +++ b/build.xml @@ -305,6 +305,7 @@ lombok.launch.AnnotationProcessorHider$ClaimingProcessor + @@ -335,6 +336,7 @@ lombok.launch.AnnotationProcessorHider$ClaimingProcessor + @@ -766,4 +768,53 @@ You can also create your own by writing a 'testenvironment.properties' file. The + + + + + + + + + + org.projectlombok.testAp.TestAp + + + + + + + + + + + + + + + + Running in order: First Lombok, Then testAP + + + + + + + + + + + + Running in order: First TestAP, Then Lombok + + + + + + + + + + + -- cgit