View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jsinterop-annotations-2.8.2-v20191108.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
jsinterop.annotations
├─ jsinterop.annotations.JsAsync.class - [JAR]
├─ jsinterop.annotations.JsConstructor.class - [JAR]
├─ jsinterop.annotations.JsEnum.class - [JAR]
├─ jsinterop.annotations.JsFunction.class - [JAR]
├─ jsinterop.annotations.JsIgnore.class - [JAR]
├─ jsinterop.annotations.JsMethod.class - [JAR]
├─ jsinterop.annotations.JsNonNull.class - [JAR]
├─ jsinterop.annotations.JsNullable.class - [JAR]
├─ jsinterop.annotations.JsOptional.class - [JAR]
├─ jsinterop.annotations.JsOverlay.class - [JAR]
├─ jsinterop.annotations.JsPackage.class - [JAR]
├─ jsinterop.annotations.JsProperty.class - [JAR]
├─ jsinterop.annotations.JsType.class - [JAR]