From ff7fff513d0e21da8d2fd8c228e3bb54de1c7aa4 Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Thu, 24 May 2012 21:26:29 +0000 Subject: [PATCH] added a link to the injection code provided by Maven core git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1342433 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/maven/plugins/annotations/Component.java | 4 +++- .../java/org/apache/maven/plugins/annotations/Parameter.java | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Component.java b/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Component.java index 013d239..bfbb548 100644 --- a/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Component.java +++ b/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Component.java @@ -27,7 +27,9 @@ import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** - * Used to configure injection of Plexus components. + * Used to configure injection of Plexus components by + * + * MavenPluginManager.getConfiguredMojo(...). * * @author Olivier Lamy * @since 3.0 diff --git a/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Parameter.java b/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Parameter.java index 5c57b0f..3a8df8c 100644 --- a/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Parameter.java +++ b/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Parameter.java @@ -27,7 +27,9 @@ import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** - * Used to configure your Mojo parameters. + * Used to configure your Mojo parameters to be injected by + * + * MavenPluginManager.getConfiguredMojo(...). * * @author Olivier Lamy * @since 3.0