Scala Library: scala.volatile
scala.volatile
class volatile extends Annotation with StaticAnnotation
- Annotations
- @ field ()
- Source
Instance Constructors From scala.volatile
new volatile()
(defined at scala.volatile)
Full Source:
/* __ *\
** ________ ___ / / ___ Scala API **
** / __/ __// _ | / / / _ | (c) 2003-2013, LAMP/EPFL **
** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
** /____/\___/_/ |_/____/_/ | | **
** |/ **
\* */
package scala
import scala.annotation.meta._
@field
class volatile extends scala.annotation.StaticAnnotation
Interested in Scala?
I send out weekly, personalized emails with articles and conference talks.
Subscribe now.