Module io.helidon.microprofile.cdi
Package io.helidon.microprofile.cdi
Annotation Interface BuildTimeEnd
@Retention(RUNTIME)
@Documented
@Qualifier
@Target({TYPE,METHOD,PARAMETER,FIELD})
public @interface BuildTimeEnd
End of build time of the application (as opposed to runtime).
The event is fired when initialization is done. In case of native-image, this would be before
the native image generation starts.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Annotation literal to use when an annotation instance is needed.