Package org.kie.internal.runtime.cdi
Annotation Type BootOnLoad
-
@Retention(RUNTIME) @Target(TYPE) public @interface BootOnLoad
Annotation that instructs the CDI container to bootstrap (invoke its@PostConstuct
) method on CDI container startup.