How can I run javax.annotation.processing.Processor implementation(s) from Maven ? I really want to use Java 6 Pluggable Annotation API, not apt.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
It is an option (annotationProcessors) of the maven-compiler-plugin: http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html |
|||
|
|