We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
since
1 parent 41a2251 commit 4a8f8efCopy full SHA for 4a8f8ef
library/src/scala/annotation/since.scala
@@ -1,4 +1,4 @@
1
package scala.annotation
2
3
/** An annotation that is used to mark symbols added to the stdlib after 3.0 release */
4
-class since(scalaRelease: String) extends scala.annotation.StaticAnnotation
+private[scala] class since(scalaRelease: String) extends scala.annotation.StaticAnnotation
0 commit comments