Sealed

scala.caps.Sealed
class Sealed extends Annotation

An annotation that expresses the sealed modifier on a type parameter Should not be directly referred to in source

Attributes

Deprecated
The Sealed annotation should not be directly used in source code.\nUse the `sealed` modifier on type parameters instead.
Source
caps.scala
Graph
Supertypes
class Annotation
class Object
trait Matchable
class Any
In this article