improved (feedback appreciated) documentation

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1353228 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2012-06-24 08:16:01 +00:00
parent 71415e98eb
commit 2bf4bff377
1 changed files with 4 additions and 1 deletions

View File

@ -45,7 +45,10 @@ public final class PluginUtils
} }
/** /**
* Expression associated with class types to recognize Maven objects as components. * Expression associated with class types to recognize Maven objects (injected in fact as parameters by
* <a href="/ref/current/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html">
* maven-core's PluginParameterExpressionEvaluator</a>)
* like components ("real" components are injected by Plexus).
*/ */
public static final Map<String, String> MAVEN_COMPONENTS; public static final Map<String, String> MAVEN_COMPONENTS;
static static