Uses of Annotation Interface
io.helidon.service.registry.Service.Scope
Packages that use Service.Scope
Package
Description
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.Scope in io.helidon.service.registry
Classes in io.helidon.service.registry with annotations of type Service.ScopeModifier and TypeClassDescriptionstatic @interface
A partial scope that creates a new instance for each injection point/lookup.static @interface
A service with an instance per request.static @interface
A singleton service.