Suppression for Access Modifier annotations

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

License

License

GroupId

GroupId

org.kohsuke
ArtifactId

ArtifactId

access-modifier-suppressions
Last Version

Last Version

1.16
Release Date

Release Date

Type

Type

jar
Description

Description

Suppression for Access Modifier annotations
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

Download access-modifier-suppressions

How to add to project

<!-- https://jarcasting.com/artifacts/org.kohsuke/access-modifier-suppressions/ -->
<dependency>
    <groupId>org.kohsuke</groupId>
    <artifactId>access-modifier-suppressions</artifactId>
    <version>1.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke/access-modifier-suppressions/
implementation 'org.kohsuke:access-modifier-suppressions:1.16'
// https://jarcasting.com/artifacts/org.kohsuke/access-modifier-suppressions/
implementation ("org.kohsuke:access-modifier-suppressions:1.16")
'org.kohsuke:access-modifier-suppressions:jar:1.16'
<dependency org="org.kohsuke" name="access-modifier-suppressions" rev="1.16">
  <artifact name="access-modifier-suppressions" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke', module='access-modifier-suppressions', version='1.16')
)
libraryDependencies += "org.kohsuke" % "access-modifier-suppressions" % "1.16"
[org.kohsuke/access-modifier-suppressions "1.16"]

Dependencies

compile (1)

Group / Artifact Type Version
org.kohsuke : access-modifier-annotation jar 1.16

Project Modules

There are no modules declared in this project.

Versions

Version
1.16