Package scala.annotation.unchecked
package unchecked
Type Members
final class uncheckedStable extends Annotation with StaticAnnotation
final class uncheckedVariance extends Annotation with StaticAnnotation
An annotation for type arguments for which one wants to suppress variance checking.
- Since
2.7
© 2002-2019 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://www.scala-lang.org/api/2.13.0/scala/annotation/unchecked/index.html
An annotation for values that are assumed to be stable even though their types are volatile.
2.7