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