I tested the plugin and it works awesome being the...
# spring
p
I tested the plugin and it works awesome being the compiler plugin that is detected via ServiceLoader api as opposed to using some asm/cglib hacks. What it means is that plugin also works when you run the spring application from a main method or run integration test from IntelliJ. As long as the plugin is on the class path it will be detected by ServiceLoader and you are done.