a

access-modifier-suppressions

This module allows you to enable suppressions for turning off warnings about Restricted APIs. !!!WARNING!!! Classes are marked as @Restricted for a reason and this module should not be used lightly! It implies that the author does not intend for them to be used outside their defined scope and as such they may be changed/modified/removed at any stage without warning. A simple upgrade of the dependency may break your module. Use at your own risk. You should try to not use @Restricted classes in the first place, but if you _must_ use them, this is a less-brutal approach than just disabling the access-modifier-checker entirely
Files download
File Operation
access-modifier-suppressions-1.16.jar download
access-modifier-suppressions-1.16.pom download
access-modifier-suppressions-1.16-sources.jar download
Apache Maven
<dependency>
  <groupId>org.kohsuke</groupId>
  <artifactId>access-modifier-suppressions</artifactId>
  <version>1.16</version>
</dependency>
Gradle Groovy
implementation 'org.kohsuke:access-modifier-suppressions:1.16'
Gradle Kotlin
implementation("org.kohsuke:access-modifier-suppressions:1.16")
Scala SBT
libraryDependencies += "org.kohsuke" % "access-modifier-suppressions" % "1.16"
Groovy Grape
@Grapes(
  @Grab(group='org.kohsuke', module='access-modifier-suppressions', version='1.16')
)
Apache Ivy
<dependency org="org.kohsuke" name="access-modifier-suppressions" rev="1.16" />
Leiningen
[org.kohsuke/access-modifier-suppressions "1.16"]
Apache Buildr
'org.kohsuke:access-modifier-suppressions:jar:1.16'