Uses of Interface
io.helidon.inject.api.ActivationLog
Packages that use ActivationLog
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 ActivationLog in io.helidon.inject.api
Methods in io.helidon.inject.api that return types with arguments of type ActivationLogModifier and TypeMethodDescriptionInjectionServices.activationLog()Deprecated, for removal: This API element is subject to removal in a future version.Optionally, the service provider activation log.ServiceProviderInjectionException.activationLog()Deprecated, for removal: This API element is subject to removal in a future version.Returns the activation log if available.Methods in io.helidon.inject.api with parameters of type ActivationLogModifier and TypeMethodDescriptionServiceProviderInjectionException.activationLog(ActivationLog log) Deprecated, for removal: This API element is subject to removal in a future version.Sets the activation log on this exception instance.