scala.annotation.unchecked.uncheckedCaptures.scala Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy