Place DeprecatedSinceKotlin annotation under 1.4 version
This commit is contained in:
+7
-7
@@ -1,27 +1,27 @@
|
||||
// !API_VERSION: 1.3
|
||||
// !API_VERSION: 1.4
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.3")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.4")
|
||||
class ClassCur
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.3")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.4")
|
||||
fun funCur() {}
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.3")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.4")
|
||||
val valCur = Unit
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.4")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.5")
|
||||
class ClassNext
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.4")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.5")
|
||||
fun funNext() {}
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.4")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.5")
|
||||
val valNext = Unit
|
||||
|
||||
fun usage() {
|
||||
|
||||
+7
-7
@@ -1,27 +1,27 @@
|
||||
// !API_VERSION: 1.3
|
||||
// !API_VERSION: 1.4
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.3")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.4")
|
||||
class ClassCur
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.3")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.4")
|
||||
fun funCur() {}
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.3")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.4")
|
||||
val valCur = Unit
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.4")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.5")
|
||||
class ClassNext
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.4")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.5")
|
||||
fun funNext() {}
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.4")
|
||||
@DeprecatedSinceKotlin("", errorSince = "1.5")
|
||||
val valNext = Unit
|
||||
|
||||
fun usage() {
|
||||
|
||||
+7
-7
@@ -1,27 +1,27 @@
|
||||
// !API_VERSION: 1.3
|
||||
// !API_VERSION: 1.4
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.3")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.4")
|
||||
class ClassCur
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.3")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.4")
|
||||
fun funCur() {}
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.3")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.4")
|
||||
val valCur = Unit
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.4")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.5")
|
||||
class ClassNext
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.4")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.5")
|
||||
fun funNext() {}
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.4")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.5")
|
||||
val valNext = Unit
|
||||
|
||||
fun usage() {
|
||||
|
||||
+7
-7
@@ -1,27 +1,27 @@
|
||||
// !API_VERSION: 1.3
|
||||
// !API_VERSION: 1.4
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.3")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.4")
|
||||
class ClassCur
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.3")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.4")
|
||||
fun funCur() {}
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.3")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.4")
|
||||
val valCur = Unit
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.4")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.5")
|
||||
class ClassNext
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.4")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.5")
|
||||
fun funNext() {}
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.4")
|
||||
@DeprecatedSinceKotlin("", hiddenSince = "1.5")
|
||||
val valNext = Unit
|
||||
|
||||
fun usage() {
|
||||
|
||||
+7
-7
@@ -1,27 +1,27 @@
|
||||
// !API_VERSION: 1.3
|
||||
// !API_VERSION: 1.4
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.3")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.4")
|
||||
class ClassCur
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.3")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.4")
|
||||
fun funCur() {}
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.3")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.4")
|
||||
val valCur = Unit
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.4")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.5")
|
||||
class ClassNext
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.4")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.5")
|
||||
fun funNext() {}
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.4")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.5")
|
||||
val valNext = Unit
|
||||
|
||||
fun usage() {
|
||||
|
||||
+7
-7
@@ -1,27 +1,27 @@
|
||||
// !API_VERSION: 1.3
|
||||
// !API_VERSION: 1.4
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.3")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.4")
|
||||
class ClassCur
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.3")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.4")
|
||||
fun funCur() {}
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.3")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.4")
|
||||
val valCur = Unit
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.4")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.5")
|
||||
class ClassNext
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.4")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.5")
|
||||
fun funNext() {}
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.4")
|
||||
@DeprecatedSinceKotlin(warningSince = "1.5")
|
||||
val valNext = Unit
|
||||
|
||||
fun usage() {
|
||||
|
||||
@@ -51,7 +51,7 @@ public annotation class Deprecated(
|
||||
*/
|
||||
@Target(CLASS, FUNCTION, PROPERTY, ANNOTATION_CLASS, CONSTRUCTOR, PROPERTY_SETTER, PROPERTY_GETTER, TYPEALIAS)
|
||||
@MustBeDocumented
|
||||
@SinceKotlin("1.3")
|
||||
@SinceKotlin("1.4")
|
||||
public annotation class DeprecatedSinceKotlin(
|
||||
val warningSince: String = "",
|
||||
val errorSince: String = "",
|
||||
|
||||
Reference in New Issue
Block a user