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

package scala

import scala.annotation.meta._

@field
class volatile extends scala.annotation.StaticAnnotation