Annotation Type Component


Deprecated.
Use JSR 330 annotations or Parameter with according default expressions instead.
Used to configure injection of Plexus components by MavenPluginManager.getConfiguredMojo(...).
Since:
3.0
Author:
Olivier Lamy
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Deprecated.
    hint of the component to inject.
    Deprecated.
    role of the component to inject.
  • Element Details

    • role

      Class<?> role
      Deprecated.
      role of the component to inject.
      Returns:
      the role
      Default:
      java.lang.Object.class
    • hint

      String hint
      Deprecated.
      hint of the component to inject.
      Returns:
      the hint
      Default:
      ""