Annotation Interface Component


@Qualifier("component") @Target({METHOD,TYPE,FIELD,CONSTRUCTOR,PARAMETER}) @Retention(RUNTIME) @Deprecated(forRemoval=true, since="13.0") public @interface Component
Deprecated, for removal: This API element is subject to removal in a future version.
use Component.Registry instead
Qualifier used to specify a reference to any Component given its registry name.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    The registry name of the Component that will be referenced
  • Element Details

    • value

      String value
      Deprecated, for removal: This API element is subject to removal in a future version.
      The registry name of the Component that will be referenced
      Returns:
      the Component's registry name