java.lang.Object
io.helidon.inject.api.CommonQualifiers
Deprecated, for removal: This API element is subject to removal in a future version.
Helidon inject is deprecated and will be replaced in a future version
Commonly used
Qualifier types.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypeNameDeprecated, for removal: This API element is subject to removal in a future version.Represents aNamedtype name with no value.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Represents a wildcard (i.e., matches anything).static final QualifierDeprecated, for removal: This API element is subject to removal in a future version.Represents a wildcardNAMEDqualifier. -
Method Summary
-
Field Details
-
NAMED
Deprecated, for removal: This API element is subject to removal in a future version.Represents aNamedtype name with no value. -
WILDCARD
Deprecated, for removal: This API element is subject to removal in a future version.Represents a wildcard (i.e., matches anything).- See Also:
-
WILDCARD_NAMED
Deprecated, for removal: This API element is subject to removal in a future version.Represents a wildcardNAMEDqualifier.
-