summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2012-07-10 14:23:30 +0200
committerLukas Rytz <lukas.rytz@epfl.ch>2012-07-11 20:13:48 +0200
commite5765db5e9fe6e082f10164ea6d7c7a5325f31a1 (patch)
tree0cce3805b4899fdd71596bb07856efa133a92ca4 /src/library
parentbad93927836f302be3b973335a63bb5e69b2237c (diff)
downloadscala-e5765db5e9fe6e082f10164ea6d7c7a5325f31a1.tar.gz
scala-e5765db5e9fe6e082f10164ea6d7c7a5325f31a1.tar.bz2
scala-e5765db5e9fe6e082f10164ea6d7c7a5325f31a1.zip
starr sources to move cloneable class to package `annotation`
Diffstat (limited to 'src/library')
-rw-r--r--src/library/scala/annotation/cloneable.scala16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/library/scala/annotation/cloneable.scala b/src/library/scala/annotation/cloneable.scala
new file mode 100644
index 0000000000..8a66f1839f
--- /dev/null
+++ b/src/library/scala/annotation/cloneable.scala
@@ -0,0 +1,16 @@
+/* __ *\
+** ________ ___ / / ___ Scala API **
+** / __/ __// _ | / / / _ | (c) 2002-2011, LAMP/EPFL **
+** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
+** /____/\___/_/ |_/____/_/ | | **
+** |/ **
+\* */
+
+
+
+package scala.annotation
+
+/**
+ * An annotation that designates the class to which it is applied as cloneable
+ */
+class cloneable extends annotation.StaticAnnotation