summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authorSimon Ochsenreither <simon@ochsenreither.de>2013-03-26 03:05:44 +0100
committerSimon Ochsenreither <simon@ochsenreither.de>2013-06-07 00:00:25 +0200
commitde5267d3a8854d4dea4287ff7e5c579670172bab (patch)
treeef68f54026aab97dd650e8447aba0ea4101f68a4 /src/library
parent5312d6305530eb14d369d0f4acaf7ca4e278ea72 (diff)
downloadscala-de5267d3a8854d4dea4287ff7e5c579670172bab.tar.gz
scala-de5267d3a8854d4dea4287ff7e5c579670172bab.tar.bz2
scala-de5267d3a8854d4dea4287ff7e5c579670172bab.zip
SI-6811 Remove scala.annotation.cloneable
Diffstat (limited to 'src/library')
-rw-r--r--src/library/scala/annotation/cloneable.scala15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/library/scala/annotation/cloneable.scala b/src/library/scala/annotation/cloneable.scala
deleted file mode 100644
index 4fb62b698f..0000000000
--- a/src/library/scala/annotation/cloneable.scala
+++ /dev/null
@@ -1,15 +0,0 @@
-/* __ *\
-** ________ ___ / / ___ Scala API **
-** / __/ __// _ | / / / _ | (c) 2002-2013, LAMP/EPFL **
-** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
-** /____/\___/_/ |_/____/_/ | | **
-** |/ **
-\* */
-
-package scala.annotation
-
-/**
- * An annotation that designates the class to which it is applied as cloneable
- */
-@deprecated("instead of `@cloneable class C`, use `class C extends Cloneable`", "2.10.0")
-class cloneable extends scala.annotation.StaticAnnotation