Skip to content

Commit

Permalink
[MPLUGIN-530] Deprecate o.a.m.plugins.annotations.Component
Browse files Browse the repository at this point in the history
Recommend using JSR 330 annotations instead
  • Loading branch information
kwin committed Aug 17, 2024
1 parent f1acf76 commit 6ba8235
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@
*
* @author Olivier Lamy
* @since 3.0
* @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.
*/
@Documented
@Retention(RetentionPolicy.CLASS)
@Target({ElementType.FIELD})
@Inherited
@Deprecated
public @interface Component {
/**
* role of the component to inject.
Expand Down

0 comments on commit 6ba8235

Please sign in to comment.