Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
mvn-anno-mojo - Maven Plugin Plugin Annotations Extension
- Description:
This is a Maven2 extension of maven-plugin-plugin that
allows writing Annotated Plug-in Mojos using JDK 1.5+
annotations instead of doclet comments.
This has a couple of benefits over using JavaDoc-style
annotations:
* You will get compile-time checks for your plugin metadata.
* You can use annotations on interface getter methods
instead of field annotations, which allows for greater
flexibility in your plugin object model.
* Since JDK 1.5 annotations are supported in most IDEs, you
will benefit from code-completion and syntactic checks.
Packages