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 29d4d4a..6acbed2 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
@@ -30,7 +30,7 @@ import java.lang.annotation.Target;
* Used to configure injection of Plexus components by
*
* MavenPluginManager.getConfiguredMojo(...) and special Maven
- * objects as well: session, project, mojo, plugin,
+ * objects as well: session, project, mojoExecution, plugin,
* settings.
*
* @author Olivier Lamy