extended @Component explanations

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1346185 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2012-06-04 22:31:45 +00:00
parent f4716d081b
commit 8fa0dc72fb
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ Using Plugin Tools Java5 Annotations
* <<<@Parameter>>>: Used to configure your Mojo parameters. See
{{{/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html}javadoc}} for more information.
* <<<@Component>>>: Used to configure injection of Plexus components. See
* <<<@Component>>>: Used to configure injection of Plexus components or Maven context components. See
{{{/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Component.html}javadoc}} for more information.
[]