Scala compiler plugin for annotation-based warning suppression, allowing selective silencing of compiler warnings.
<dependency>
<groupId>com.github.ghik</groupId>
<artifactId>silencer-lib_2.12.13</artifactId>
<version>1.17.13</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use the @silence annotation to suppress compiler warnings in a class.
Add the plugin to build.sbt: addCompilerPlugin("com.github.ghik" % "silencer-plugin" % version cross CrossVersion.full)No dependency data recorded yet.