Package org.kie.internal.runtime.cdi
-
Class Summary Class Description ActivateExtension BootOnLoadExtension CDI extension that is responsible to eagerly bootstrap CDI beans that are annotated with@BootOnLoad
. -
Annotation Types Summary Annotation Type Description Activate BootOnLoad Annotation that instructs the CDI container to bootstrap (invoke its@PostConstuct
) method on CDI container startup.