[Stdlib] Deprecate BuilderInference annotation

^KT-52400 Fixed
This commit is contained in:
Victor Petukhov
2022-05-31 14:17:18 +02:00
parent 4d47cf07be
commit de3f5497ab
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -970,6 +970,8 @@ public final class BooleanArray {
@kotlin.annotation.Retention(value = AnnotationRetention.BINARY)
@kotlin.SinceKotlin(version = "1.3")
@kotlin.experimental.ExperimentalTypeInference
@kotlin.Deprecated(message = "BuilderInference annotation may not be used anymore. The builder inference is enabled automatically for builder calls if needed")
@kotlin.DeprecatedSinceKotlin(errorSince = "1.9", hiddenSince = "1.10", warningSince = "1.7")
public final annotation class BuilderInference : kotlin.Annotation {
public constructor BuilderInference()
}
+2
View File
@@ -921,6 +921,8 @@ public final class BooleanArray {
@kotlin.annotation.Retention(value = AnnotationRetention.BINARY)
@kotlin.SinceKotlin(version = "1.3")
@kotlin.experimental.ExperimentalTypeInference
@kotlin.Deprecated(message = "BuilderInference annotation may not be used anymore. The builder inference is enabled automatically for builder calls if needed")
@kotlin.DeprecatedSinceKotlin(errorSince = "1.9", hiddenSince = "1.10", warningSince = "1.7")
public final annotation class BuilderInference : kotlin.Annotation {
public constructor BuilderInference()
}