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.9</artifactId>
<version>1.6.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Suppresses compiler warnings for the annotated method using the @silent annotation.
Select the silencer-lib artifact matching your Scala version (e.g., silencer-lib_2.13 for Scala 2.13).
No dependency data recorded yet.