package annotation
Type Members
-
class
nowarn extends Annotation with ClassfileAnnotation
An annotation for local warning suppression added in 2.13.2 and 2.12.13.
An annotation for local warning suppression added in 2.13.2 and 2.12.13. Note that this annotation has no functionality when used in Scala 2.11, 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
- final class unused extends deprecated