All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.airbnb.mvrx.ExperimentalMavericksApi.kt Maven / Gradle / Ivy

package com.airbnb.mvrx

/**
 * Marks declarations that are still experimental in Mavericks API.
 * Marked declarations are subject to change their semantics or behaviours, that not backward compatible.
 */
@Retention(value = AnnotationRetention.BINARY)
@RequiresOptIn(level = RequiresOptIn.Level.WARNING)
annotation class ExperimentalMavericksApi




© 2015 - 2024 Weber Informatics LLC | Privacy Policy