use hint rather than roleHint fix documentation

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1341653 13f79535-47bb-0310-9956-ffa450edef68
master
Olivier Lamy 2012-05-22 21:43:00 +00:00
parent f375619f9c
commit 5c58ab6d40
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public class MyMojo
* @deprecated <deprecated-text>
*/
@Component( role = MyComponentExtension.class,
roleHint = "..." )
hint = "..." )
private MyComponent component;
public void execute()