Registry / build-tool / silencer-lib-2-13

silencer-lib-2-13

JSON →
library1.4.2javamavenunverified

Silencer is a Scala compiler plugin for annotation-based warning suppression, allowing selective silencing of compiler warnings.

<dependency> <groupId>com.github.ghik</groupId> <artifactId>silencer-lib_2.13</artifactId> <version>1.4.2</version> </dependency>
INSTALL
IMPORT
SIG · SILENCER-LIB-2-13
S
silencer-lib-2-13
build-tooljavav1.4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

silent
✓ com.github.ghik.silencer.silent

Suppress warnings for a method using the @silent annotation.

import com.github.ghik.silencer.silent @silent def deprecatedMethod(): Unit = { // code that triggers warnings }
Debug
Known issues
gotchaSilencer is a compiler plugin; it must be added to build settings (e.g., addCompilerPlugin) and may conflict with other plugins.
fix
Ensure the plugin is correctly configured in build.sbt or build.gradle.
affects: all
Upgrade
Version history
1.4.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
OpenAI (training)
1
Resources
silencer-lib-2-13 — mvn dependency:get silencer-lib-2-13 · libregistry