Package io.quarkus.arc.impl
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 ClassesModifier and TypeClassDescriptionstatic final classDeprecated, for removal: This API element is subject to removal in a future version.Supports inline instantiation of this qualifier. -
Required Element Summary
Required Elements
-
Element Details
-
value
String valueDeprecated, for removal: This API element is subject to removal in a future version.
-