Annotation Interface Identified


@Qualifier @Retention(RUNTIME) @Target({TYPE,FIELD,METHOD,PARAMETER}) @Deprecated(forRemoval=true, since="3.26") public @interface Identified
Deprecated, for removal: This API element is subject to removal in a future version.
This is an internal qualifier and should have never been used publicly. It shall be removed at some point after Quarkus 3.27. See also #32179 and #49178.
Qualifies a bean with a string-based identifier.

This is an internal qualifier and should not be used by application beans.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    Supports inline instantiation of this qualifier.
  • 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.
     
  • Element Details

    • value

      String value
      Deprecated, for removal: This API element is subject to removal in a future version.