WebViewCompat.ExperimentalAsyncStartUp
@Retention(value = RetentionPolicy.CLASS)
@Target(value = [ElementType.METHOD, ElementType.TYPE, ElementType.FIELD])
@RequiresOptIn(level = RequiresOptIn.Level.ERROR)
annotation WebViewCompat.ExperimentalAsyncStartUp
Denotes that the startUpWebView API surface is experimental.
It may change without warning and should not be relied upon for non-experimental purposes.