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

commonMain.com.apollographql.apollo3.annotations.ApolloExperimental.kt Maven / Gradle / Ivy

package com.apollographql.apollo3.annotations

@RequiresOptIn(
    level = RequiresOptIn.Level.WARNING,
    message = "Apollo: This API is experimental and can be changed in a backwards-incompatible manner."
)
@Retention(AnnotationRetention.BINARY)
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY)
@MustBeDocumented
annotation class ApolloExperimental




© 2015 - 2025 Weber Informatics LLC | Privacy Policy