From e5765db5e9fe6e082f10164ea6d7c7a5325f31a1 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Tue, 10 Jul 2012 14:23:30 +0200 Subject: starr sources to move cloneable class to package `annotation` --- src/library/scala/annotation/cloneable.scala | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/library/scala/annotation/cloneable.scala (limited to 'src/library') 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 -- cgit v1.2.3