Module io.helidon.microprofile.cdi
Package io.helidon.microprofile.cdi
Annotation Interface BuildTimeStart
@Retention(RUNTIME)
@Documented
@Qualifier
@Target({TYPE,METHOD,PARAMETER,FIELD})
public @interface BuildTimeStart
Build time of the application (as opposed to runtime).
The initialization happens as soon as possible within CDI bootstrap.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Annotation literal to use when an annotation instance is needed.