commonMain.com.apollographql.apollo.api.ApolloExperimental.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apollo-api-jvm Show documentation
Show all versions of apollo-api-jvm Show documentation
Apollo GraphQL API classes
package com.apollographql.apollo.api
/**
* Marks declarations that are still **experimental**.
* Declarations marked with this annotation are unstable and subject to change.
*/
@MustBeDocumented
@Retention(value = AnnotationRetention.BINARY)
@RequiresOptIn(level = RequiresOptIn.Level.WARNING)
annotation class ApolloExperimental
© 2015 - 2025 Weber Informatics LLC | Privacy Policy