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

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

package com.apollographql.apollo3.annotations

@RequiresOptIn(
    level = RequiresOptIn.Level.WARNING,
    message = "This field, input field or enum value is declared `@requiresOptIn`."
)
@Retention(AnnotationRetention.RUNTIME)
@Target(AnnotationTarget.CLASS, AnnotationTarget.PROPERTY)
@MustBeDocumented
annotation class ApolloRequiresOptIn




© 2015 - 2025 Weber Informatics LLC | Privacy Policy