fixed documentation: @since and @deprecated are ignored for components
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1343182 13f79535-47bb-0310-9956-ffa450edef68master
parent
8409babf38
commit
f6ac9094af
|
|
@ -85,10 +85,6 @@ public class MyMojo
|
|||
required = <false|true> )
|
||||
private String parameter;
|
||||
|
||||
/**
|
||||
* @since <since-text>
|
||||
* @deprecated <deprecated-text>
|
||||
*/
|
||||
@Component( role = MyComponentExtension.class,
|
||||
hint = "..." )
|
||||
private MyComponent component;
|
||||
|
|
|
|||
|
|
@ -77,8 +77,6 @@ public class MyMojo
|
|||
|
||||
/**
|
||||
* @component role="..." roleHint="..."
|
||||
* @since <since-text>
|
||||
* @deprecated <deprecated-text>
|
||||
*/
|
||||
private Component component;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue