apollo-kotlin
3.8.2
common
apollo-annotations
/
com.apollographql.apollo3.annotations
/
ApolloDeprecatedSince
Apollo
Deprecated
Since
common
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
,
AnnotationTarget.FUNCTION
,
AnnotationTarget.PROPERTY
,
AnnotationTarget.ANNOTATION_CLASS
,
AnnotationTarget.CONSTRUCTOR
,
AnnotationTarget.PROPERTY_SETTER
,
AnnotationTarget.PROPERTY_GETTER
,
AnnotationTarget.TYPEALIAS
]
)
annotation class
ApolloDeprecatedSince
(
val
version
:
ApolloDeprecatedSince.Version
)
Content copied to clipboard
Types
Constructors
Properties
Constructors
Apollo
Deprecated
Since
Link copied to clipboard
common
fun
ApolloDeprecatedSince
(
version
:
ApolloDeprecatedSince.Version
)
Content copied to clipboard
Types
Version
Link copied to clipboard
common
enum
Version
:
Enum
<
ApolloDeprecatedSince.Version
>
Content copied to clipboard
Properties
version
Link copied to clipboard
common
val
version
:
ApolloDeprecatedSince.Version
Content copied to clipboard