Closed lihaoyi-databricks closed 4 years ago
More a feature request than a bug, but could we make Silencer also support @SuppressWarnings? It comes built in with the JDK, doesn't need an import, and has a slightly more meaningful name than just @silent
@SuppressWarnings
@silent
I agree with Lukas' comment on this. Let's see what solution will be chosen in the compiler and then I might backport it to silencer.
Superseded by https://github.com/ghik/silencer/issues/50
More a feature request than a bug, but could we make Silencer also support
@SuppressWarnings
? It comes built in with the JDK, doesn't need an import, and has a slightly more meaningful name than just@silent