summaryrefslogtreecommitdiff
path: root/src/library/scala/uncheckedStable.scala
blob: 8d423c10bc4f026cdb73ed1335e3cb30f766842c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*                     __                                               *\
**     ________ ___   / /  ___     Scala API                            **
**    / __/ __// _ | / /  / _ |    (c) 2002-2007, LAMP/EPFL             **
**  __\ \/ /__/ __ |/ /__/ __ |    http://scala-lang.org/               **
** /____/\___/_/ |_/____/_/ | |                                         **
**                          |/                                          **
\*                                                                      */
package scala

/** An annotation for values that are assumed to be stable even though their
 *  types are volatile.
 */
final class uncheckedStable extends StaticAnnotation {}