Uses of Interface
io.helidon.inject.api.InjectionPointProvider
Packages that use InjectionPointProvider
Package
Description
The Helidon Injection API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
-
Uses of InjectionPointProvider in io.helidon.inject.api
Subinterfaces of InjectionPointProvider in io.helidon.inject.apiModifier and TypeInterfaceDescriptioninterfaceProvides management lifecycle around services.interfaceAn extension toServiceProviderthat allows for startup binding from aInjection$$Application, and thereby works in conjunction with theServiceBinderduring injection service registry initialization.