[Stdlib] Deprecate BuilderInference annotation
^KT-52400 Fixed
This commit is contained in:
@@ -970,6 +970,8 @@ public final class BooleanArray {
|
|||||||
@kotlin.annotation.Retention(value = AnnotationRetention.BINARY)
|
@kotlin.annotation.Retention(value = AnnotationRetention.BINARY)
|
||||||
@kotlin.SinceKotlin(version = "1.3")
|
@kotlin.SinceKotlin(version = "1.3")
|
||||||
@kotlin.experimental.ExperimentalTypeInference
|
@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 final annotation class BuilderInference : kotlin.Annotation {
|
||||||
public constructor BuilderInference()
|
public constructor BuilderInference()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -921,6 +921,8 @@ public final class BooleanArray {
|
|||||||
@kotlin.annotation.Retention(value = AnnotationRetention.BINARY)
|
@kotlin.annotation.Retention(value = AnnotationRetention.BINARY)
|
||||||
@kotlin.SinceKotlin(version = "1.3")
|
@kotlin.SinceKotlin(version = "1.3")
|
||||||
@kotlin.experimental.ExperimentalTypeInference
|
@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 final annotation class BuilderInference : kotlin.Annotation {
|
||||||
public constructor BuilderInference()
|
public constructor BuilderInference()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,6 +34,8 @@ import kotlin.experimental.ExperimentalTypeInference
|
|||||||
@Retention(AnnotationRetention.BINARY)
|
@Retention(AnnotationRetention.BINARY)
|
||||||
@SinceKotlin("1.3")
|
@SinceKotlin("1.3")
|
||||||
@ExperimentalTypeInference
|
@ExperimentalTypeInference
|
||||||
|
@Deprecated("BuilderInference annotation may not be used anymore. The builder inference is enabled automatically for builder calls if needed")
|
||||||
|
@DeprecatedSinceKotlin(warningSince = "1.7", errorSince = "1.9", hiddenSince = "1.10")
|
||||||
public annotation class BuilderInference
|
public annotation class BuilderInference
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user