DOC

com.google.j2objc : j2objc-annotations

Maven & Gradle

Jan 11, 2023
869 usages
5.9k stars

J2ObjC Annotations · A set of annotations that provide additional information to the J2ObjC translator to modify the result of translation.

Table Of Contents

Latest Version

Download com.google.j2objc : j2objc-annotations Javadoc & API Documentation - Latest Versions:

All Versions

Download com.google.j2objc : j2objc-annotations Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.8
1.3
1.1
0.9.x
0.1

How to open Javadoc JAR file in web browser

  1. Rename the file j2objc-annotations-2.8-javadoc.jar to j2objc-annotations-2.8-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder j2objc-annotations-2.8-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 "j2objc-annotations-2.8-sources.jar" -d "j2objc-annotations-2.8-javadoc" -subpackages 

Advertisement