Packages

class Unsafe extends Annotation with StaticAnnotation

An annotation meant to warn users on unsafe functions.

"Unsafe" can include behavior such as:

Source
Unsafe.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Unsafe
  2. StaticAnnotation
  3. Annotation
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Unsafe(reason: String)