scala.annotation.unchecked
package scala.annotation.unchecked
Type members
Classlikes
An annotation for values that are assumed to be stable even though their types are volatile.
An annotation for values that are assumed to be stable even though their types are volatile.
- Source:
- uncheckedStable.scala
An annotation for type arguments for which one wants to suppress variance checking.
An annotation for type arguments for which one wants to suppress variance checking.
- Source:
- uncheckedVariance.scala