Present "data" annotation to standard library

This commit is contained in:
Alexander Udalov
2012-08-28 18:31:09 +04:00
parent b46187a560
commit 95dddadb36
3 changed files with 28 additions and 2 deletions
+3
View File
@@ -1447,6 +1447,9 @@ public final class jet.Tuple9</*0*/ out T1 : jet.Any?, /*1*/ out T2 : jet.Any?,
public final annotation class jet.atomic : jet.Annotation {
public final /*constructor*/ fun <init>(): jet.atomic
}
public final annotation class jet.data : jet.Annotation {
public final /*constructor*/ fun <init>(): jet.data
}
public final annotation class jet.volatile : jet.Annotation {
public final /*constructor*/ fun <init>(): jet.volatile
}