Profile.ExperimentalUrlPrefetch
Stay organized with collections
Save and categorize content based on your preferences.
@Retention(value = RetentionPolicy.CLASS)
@Target(value = [ElementType.METHOD, ElementType.TYPE, ElementType.FIELD])
@RequiresOptIn(level = RequiresOptIn.Level.ERROR)
public annotation Profile.ExperimentalUrlPrefetch
Denotes that the UrlPrefetch API surface is experimental. It may change without warning.