All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.annotation.unchecked.uncheckedCaptures.scala Maven / Gradle / Ivy

There is a newer version: 3.6.4-RC1-bin-20241220-0bfa1af-NIGHTLY
Show newest version
package scala.annotation
package unchecked

/** An annotation for mutable variables that are allowed to capture
 *  the root capability `cap`. Allowing this is not capture safe since
 *  it can cause leakage of capabilities from local scopes by assigning
 *  values retaining such capabilties to the annotated variable in
 *  an outer scope.
 */
class uncheckedCaptures extends StaticAnnotation






© 2015 - 2024 Weber Informatics LLC | Privacy Policy