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 returnsrcvr-checker-0.1.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.checkerframework.checker.returnsrcvr
├─ org.checkerframework.checker.returnsrcvr.ReturnsRcvrAnnotatedTypeFactory.class - [JAR]
├─ org.checkerframework.checker.returnsrcvr.ReturnsRcvrChecker.class - [JAR]
├─ org.checkerframework.checker.returnsrcvr.ReturnsRcvrVisitor.class - [JAR]
org.checkerframework.checker.framework
├─ org.checkerframework.checker.framework.AutoValueSupport.class - [JAR]
├─ org.checkerframework.checker.framework.FrameworkSupport.class - [JAR]
├─ org.checkerframework.checker.framework.FrameworkSupportUtils.class - [JAR]
├─ org.checkerframework.checker.framework.LombokSupport.class - [JAR]