Package mvn-anno-mojo: Information

    Binary package: mvn-anno-mojo
    Version: 1.3.1-alt1_1jpp5
    Architecture: noarch
    Build time:  Mar 5, 2009, 10:49 PM
    Source package: mvn-anno-mojo
    Category: Development/Java
    Report package bug
    License: ASL 2.0
    Summary: 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.

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    Last changed


    March 3, 2009 Igor Vlasenko 0:1.3.1-alt1_1jpp5
    - new version