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

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

There is a newer version: 4.0.0-beta.7
Show newest version
package com.apollographql.apollo3.annotations

@RequiresOptIn(
    level = RequiresOptIn.Level.ERROR,
    message = "This API is for internal use only in Apollo"
)
@Retention(AnnotationRetention.BINARY)
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION)
annotation class ApolloInternal




© 2015 - 2025 Weber Informatics LLC | Privacy Policy