Enumerations

Scala

Scala - Enumerations

Scala 2’s scala.Enumeration exists primarily for Java interoperability. It uses runtime reflection and lacks compile-time type safety.

Read more →