Add jet.deprecated to library

This commit is contained in:
Natalia.Ukhorskaya
2012-10-18 18:59:44 +04:00
parent 11da503c62
commit 1c6b7ed1ae
3 changed files with 13 additions and 0 deletions
+3
View File
@@ -1454,6 +1454,9 @@ public final annotation class jet.atomic : jet.Annotation {
public final annotation class jet.data : jet.Annotation {
public final /*constructor*/ fun <init>(): jet.data
}
public final annotation class jet.deprecated : jet.Annotation {
public final /*constructor*/ fun <init>(/*0*/ value: jet.String): jet.deprecated
}
public final annotation class jet.volatile : jet.Annotation {
public final /*constructor*/ fun <init>(): jet.volatile
}