Uses of Enum Class
io.helidon.inject.api.ActivationStatus
Packages that use ActivationStatus
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 ActivationStatus in io.helidon.inject.api
Methods in io.helidon.inject.api that return ActivationStatusModifier and TypeMethodDescriptionstatic ActivationStatusReturns the enum constant of this class with the specified name.static ActivationStatus[]ActivationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.inject.api that return types with arguments of type ActivationStatusModifier and TypeMethodDescriptionActivationResult.BuilderBase.ActivationResultImpl.finishingStatus()ActivationResult.BuilderBase.finishingStatus()How did the activation finish.Methods in io.helidon.inject.api with parameters of type ActivationStatusModifier and TypeMethodDescriptionActivationResult.BuilderBase.finishingStatus(ActivationStatus finishingStatus) How did the activation finish.