scala.annotation.unchecked

Members list

Type members

Classlikes

final class uncheckedStable extends StaticAnnotation

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.

Attributes

Source
uncheckedStable.scala
Supertypes
class Annotation
class Object
trait Matchable
class Any
final class uncheckedVariance extends StaticAnnotation

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.

Attributes

Source
uncheckedVariance.scala
Supertypes
class Annotation
class Object
trait Matchable
class Any