Annotations
object Annotations
Type members
Classlikes
An annotation indicating the body of a right-hand side, typically of an inline method. Treated specially in pickling/unpickling and TypeTreeMaps
An annotation indicating the body of a right-hand side, typically of an inline method. Treated specially in pickling/unpickling and TypeTreeMaps
object ThrownException
Extracts the type of the thrown exception from an annotation.
Extracts the type of the thrown exception from an annotation.
Supports both "old-style" @throws(classOf[Exception])
as well as "new-style" @throws[Exception]("cause")
annotations.