Module io.helidon.microprofile.cdi
Package io.helidon.microprofile.cdi
CDI extension for Helidon MP.
-
Interface Summary Interface Description HelidonContainer Helidon CDI Container, separates initialization and runtime phases of the bootstrapping. -
Class Summary Class Description BuildTimeEnd.Literal Annotation literal to use when an annotation instance is needed.BuildTimeStart.Literal Annotation literal to use when an annotation instance is needed.ExecutorServices ACommonForkJoinPoolExecutorServices
whoseExecutorServices.wrap(Collection)
method simply returns the suppliedCollection
ofCallable
s unchanged.HelidonContainerInitializer This class ensures that container is created by us.Main This is the "master" main class of Helidon MP.RuntimeStart.Literal Annotation literal to use when an annotation instance is needed. -
Annotation Types Summary Annotation Type Description BuildTimeEnd End of build time of the application (as opposed to runtime).BuildTimeStart Build time of the application (as opposed to runtime).RuntimeStart Run time of the application (as opposed to build time).