summaryrefslogtreecommitdiff
path: root/src/library/scala/All$.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/All$.scala')
-rw-r--r--src/library/scala/All$.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/library/scala/All$.scala b/src/library/scala/All$.scala
index 6c71dd5ce6..cab25048c2 100644
--- a/src/library/scala/All$.scala
+++ b/src/library/scala/All$.scala
@@ -13,6 +13,10 @@ package scala
/**
+ * @deprecated <i>To be removed at some time in the future. Kept only for
+ * backward compatibility. Newly compiled code will refer to
+ * <code>scala.runtime.Nothing$</code></i>
+ *
* Dummy class which exist only to satisfy the JVM. It corresponds
* to <code>scala.All</code>. If such type appears in method
* signatures, it is erased to this one.