Class CommonQualifiers

java.lang.Object
io.helidon.inject.api.CommonQualifiers

@Deprecated(forRemoval=true, since="4.0.8") public final class CommonQualifiers extends Object
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

    Fields
    Modifier and Type
    Field
    Description
    static final TypeName
    Deprecated, for removal: This API element is subject to removal in a future version.
    Represents a Named type name with no value.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Represents a wildcard (i.e., matches anything).
    static final Qualifier
    Deprecated, for removal: This API element is subject to removal in a future version.
    Represents a wildcard NAMED qualifier.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NAMED

      public static final TypeName NAMED
      Deprecated, for removal: This API element is subject to removal in a future version.
      Represents a Named type name with no value.
    • WILDCARD

      public static final String 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

      public static final Qualifier WILDCARD_NAMED
      Deprecated, for removal: This API element is subject to removal in a future version.
      Represents a wildcard NAMED qualifier.