-
@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.