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.
Injection runtime services.
-
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()
Optionally, the service provider activation log.ServiceProviderInjectionException.activationLog()
Returns the activation log if available.Methods in io.helidon.inject.api with parameters of type ActivationLogModifier and TypeMethodDescriptionServiceProviderInjectionException.activationLog
(ActivationLog log) Sets the activation log on this exception instance. -
Uses of ActivationLog in io.helidon.inject.runtime
Methods in io.helidon.inject.runtime that return types with arguments of type ActivationLogModifier and TypeMethodDescriptionprotected Optional
<ActivationLog> AbstractServiceProvider.activationLog()
Returns the activation log.