Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 387 Bytes

Scala-Annotations.md

File metadata and controls

14 lines (9 loc) · 387 Bytes

Scala Annotations

Scala Annotations Internals

Concrete Annotations

Variance Annotations

@uncheckedVariance

scala.annotation.unchecked.uncheckedVariance stackoverflow example

@uncheckedStable

scala.annotation.unchecked.uncheckedStable