We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b35b58 commit 8bebe60Copy full SHA for 8bebe60
library/src/scala/annotation/nowarn.scala
@@ -31,4 +31,5 @@ package scala.annotation
31
*
32
* To ensure that a `@nowarn` annotation actually suppresses a warning, enable `-Xlint:nowarn`.
33
*/
34
+@nowarn("msg=subclassing ClassfileAnnotation does not\nmake your annotation visible at runtime")
35
class nowarn(value: String = "") extends ClassfileAnnotation
0 commit comments