[Native] Add HiddenFromObjC and ShouldRefineInSwift annotations
This commit is contained in:
committed by
SvyatoslavScherbina
parent
a65cb947d6
commit
6ae517a2df
@@ -38,6 +38,14 @@ public final annotation class ExperimentalObjCName : kotlin.Annotation {
|
||||
public constructor ExperimentalObjCName()
|
||||
}
|
||||
|
||||
@kotlin.RequiresOptIn
|
||||
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.ANNOTATION_CLASS})
|
||||
@kotlin.annotation.Retention(value = AnnotationRetention.BINARY)
|
||||
@kotlin.annotation.MustBeDocumented
|
||||
public final annotation class ExperimentalObjCRefinement : kotlin.Annotation {
|
||||
public constructor ExperimentalObjCRefinement()
|
||||
}
|
||||
|
||||
@kotlin.RequiresOptIn(level = Level.ERROR)
|
||||
@kotlin.annotation.MustBeDocumented
|
||||
@kotlin.annotation.Retention(value = AnnotationRetention.BINARY)
|
||||
|
||||
@@ -38,6 +38,14 @@ public final annotation class ExperimentalObjCName : kotlin.Annotation {
|
||||
public constructor ExperimentalObjCName()
|
||||
}
|
||||
|
||||
@kotlin.RequiresOptIn
|
||||
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.ANNOTATION_CLASS})
|
||||
@kotlin.annotation.Retention(value = AnnotationRetention.BINARY)
|
||||
@kotlin.annotation.MustBeDocumented
|
||||
public final annotation class ExperimentalObjCRefinement : kotlin.Annotation {
|
||||
public constructor ExperimentalObjCRefinement()
|
||||
}
|
||||
|
||||
@kotlin.RequiresOptIn(level = Level.ERROR)
|
||||
@kotlin.annotation.MustBeDocumented
|
||||
@kotlin.annotation.Retention(value = AnnotationRetention.BINARY)
|
||||
|
||||
Reference in New Issue
Block a user