Skip to content

Commit 4a8f8ef

Browse files
Kordyjanprolativ
authored andcommitted
Restrict scope of since annotation
1 parent 41a2251 commit 4a8f8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package scala.annotation
22

33
/** 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
4+
private[scala] class since(scalaRelease: String) extends scala.annotation.StaticAnnotation

0 commit comments

Comments
 (0)