Uses of Annotation Interface
io.helidon.service.registry.Service.Qualifier
Packages that use Service.Qualifier
Package
Description
Integration with Langchain4j.
API required to define services, and to compile the code generated sources for Helidon Service Registry,
with a core service registry implementation (replacement for
ServiceLoader
).-
Uses of Service.Qualifier in io.helidon.integrations.langchain4j
Classes in io.helidon.integrations.langchain4j with annotations of type Service.QualifierModifier and TypeClassDescriptionstatic @interface
A qualifier for a tool class (a class that has at least one method annotated with lc4j annotationTool
. -
Uses of Service.Qualifier in io.helidon.service.registry
Classes in io.helidon.service.registry with annotations of type Service.QualifierModifier and TypeClassDescriptionstatic @interface
For types that areService.PerInstance
, an injection point (field, parameter) can be annotated with this annotation to receive the name qualifier associated with this instance.static @interface
A qualifier that can restrict injection to specifically named instances, or that qualifies services with that name.static @interface
This annotation is effectively the same asService.Named
where theService.Named.value()
is aClass
name instead of aString
.