Packages

class nowarn extends Annotation with StaticAnnotation

An annotation for local warning suppression added in 2.13.2. Note that this annotation has no functionality when used in Scala 2.11 or 2.12, but allows cross-compiling code that uses @nowarn.

For documentation on how to use the annotation in 2.13 see https://www.scala-lang.org/api/current/scala/annotation/nowarn.html

Linear Supertypes
StaticAnnotation, Annotation, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. nowarn
  2. StaticAnnotation
  3. Annotation
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new nowarn(value: String = "")