DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download org.kohsuke : access-modifier-suppressions Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.16

How to open Javadoc JAR file in web browser

  1. Rename the file access-modifier-suppressions-1.16-javadoc.jar to access-modifier-suppressions-1.16-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder access-modifier-suppressions-1.16-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "access-modifier-suppressions-1.16-sources.jar" -d "access-modifier-suppressions-1.16-javadoc" -subpackages 

Advertisement