Annotation Interface Service.InstanceName

Enclosing class:
Service

@Documented @Retention(CLASS) @Target({PARAMETER,FIELD}) @Qualifier public static @interface Service.InstanceName
For types that are Service.PerInstance, an injection point (field, parameter) can be annotated with this annotation to receive the name qualifier associated with this instance.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final TypeName
    Type name of this interface.
  • Field Details

    • TYPE

      static final TypeName TYPE
      Type name of this interface. TypeName is used in Helidon Inject APIs.