From 5a7f02ca05ecfdd3578b2133de7d66ba7a745b1d Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 19 Jan 2017 23:33:57 +0100 Subject: Added support for MapStructu’s AstModifyingAnnotationProcessor SPI system. Also removed log statements. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build.xml') diff --git a/build.xml b/build.xml index f2534fec..f20973cf 100644 --- a/build.xml +++ b/build.xml @@ -143,6 +143,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr anymore until you 'ant clean'. That's very much not desired, so we kill the processor, which stops lombok from running. We re-create the file at the end of this target. --> + @@ -228,6 +229,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr lombok.launch.AnnotationProcessorHider$AnnotationProcessor lombok.launch.AnnotationProcessorHider$ClaimingProcessor + lombok.launch.AnnotationProcessorHider$AstModificationNotifier -- cgit