From 299078684931e91863d7f3cfcc30d2c8e9eb24ee Mon Sep 17 00:00:00 2001
From: Roel Spilker
+ The configuration of the compiler plug-in should contain the following:
+<annotationProcessorPaths> + <path> + <groupId>org.projectlombok</groupId> + <artifactId>lombok</artifactId> + <version>${version}</version> + </path> +</annotationProcessorPaths> ++ + @s.section> + <@s.section title="Delomboking: The Lombok Maven Plugin">
There is a plugin for Maven that we recommend you use if you want to delombok via maven. Useful if you want to run source analysis tools on your source after lombok has been applied, or if you want to generate javadoc. The plugin is open source. Read more about the lombok maven plugin. -- cgit