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-ffa450edef68master
parent
f375619f9c
commit
5c58ab6d40
|
|
@ -85,7 +85,7 @@ public class MyMojo
|
||||||
* @deprecated <deprecated-text>
|
* @deprecated <deprecated-text>
|
||||||
*/
|
*/
|
||||||
@Component( role = MyComponentExtension.class,
|
@Component( role = MyComponentExtension.class,
|
||||||
roleHint = "..." )
|
hint = "..." )
|
||||||
private MyComponent component;
|
private MyComponent component;
|
||||||
|
|
||||||
public void execute()
|
public void execute()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue