You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/10/17 20:50:05 UTC

[GitHub] [maven-plugin-tools] slawekjaranowski commented on a diff in pull request #151: [MPLUGIN-419] Allow `@Parameter` on setters methods

slawekjaranowski commented on code in PR #151:
URL: https://github.com/apache/maven-plugin-tools/pull/151#discussion_r997498036


##########
maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm:
##########
@@ -41,18 +41,22 @@ Using Plugin Tools Java Annotations
 
   Information for plugin descriptor generation is specified using 4 annotations:
 
-  * 2 class-level annotations:
+  * 2 class level annotations:
 
     * <<<...@Mojo>>>: This annotation will mark your class as a Mojo,
 
     * <<<...@Execute>>>: Used if your Mojo needs to fork a lifecycle,
 
     []
 
-  * 2 field-level annotations:
+  * 1 filed or method level annotations:

Review Comment:
   ups ... I forgot to push ... now should be visible 😄 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org