Uses of Interface
io.helidon.pico.spi.InjectionPlan
Packages that use InjectionPlan
Package
Description
The Pico API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
Pico runtime services.
-
Uses of InjectionPlan in io.helidon.pico.api
Methods in io.helidon.pico.api that return types with arguments of type InjectionPlanModifier and TypeMethodDescriptionMap<String,? extends InjectionPlan> ActivationResult.injectionPlans()The injection plan that was found or determined, key'ed by each element'sServiceProvider.id(). -
Uses of InjectionPlan in io.helidon.pico.runtime
Subinterfaces of InjectionPlan in io.helidon.pico.runtimeModifier and TypeInterfaceDescriptioninterfaceThe injection plan for a given service provider and element belonging to that service provider.