commonMain.com.apollographql.apollo3.annotations.ApolloInternal.kt Maven / Gradle / Ivy
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