jar

org.kohsuke : access-modifier-suppressions

Maven & Gradle

Oct 06, 2018

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

Table Of Contents

Latest Version

Download org.kohsuke : access-modifier-suppressions JAR file - Latest Versions:

All Versions

Download org.kohsuke : access-modifier-suppressions JAR file - All Versions:

Version Vulnerabilities Size Updated
1.16

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window access-modifier-suppressions-1.16.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.kohsuke.accmod.restrictions.suppressions

├─ org.kohsuke.accmod.restrictions.suppressions.SuppressRestrictedWarnings.class - [JAR]

Advertisement