Module io.helidon.service.registry
Package io.helidon.service.registry
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
-
Field Details
-
TYPE
Type name of this interface.TypeName
is used in Helidon Inject APIs.
-