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

silencer-lib-2-12-13

JSON →
library1.17.13javamavenunverified

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>
INSTALL
IMPORT
SIG · SILENCER-LIB-2-12-
S
silencer-lib-2-12-13
build-tooljavav1.17.13
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.

silence
com.github.ghik.silencer.silence

Use the @silence annotation to suppress compiler warnings in a class.

import com.github.ghik.silencer.silence @silence class Example { // warnings inside this class will be suppressed }
Debug
Known issues
gotchaSilencer is a compiler plugin and must be added to build settings, not just as a library dependency.
fix
Add the plugin to build.sbt: addCompilerPlugin("com.github.ghik" % "silencer-plugin" % version cross CrossVersion.full)
affects: *
Upgrade
Version history
1.17.13latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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