scala.annotation.unchecked
  package scala.annotation.unchecked
 
Members list
Type members
Classlikes
            class uncheckedCaptures extends StaticAnnotation
           
          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.
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.
Attributes
- Source
- uncheckedCaptures.scala
- Supertypes
In this article