You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Component.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,11 +32,13 @@
32
32
*
33
33
* @author Olivier Lamy
34
34
* @since 3.0
35
+
* @deprecated Use <a href="https://maven.apache.org/maven-jsr330.html#how-to-use-jsr-330-in-plugins">JSR 330 annotations</a> or {@link Parameter} with according default expressions instead.
0 commit comments