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 mannotations-1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.sta.mannotations
├─ com.sta.mannotations.RegisterCounter.class - [JAR]
├─ com.sta.mannotations.RegisterDuration.class - [JAR]
├─ com.sta.mannotations.RegisterValue.class - [JAR]
com.sta.mannotations.proc
├─ com.sta.mannotations.proc.JCExtHelper.class - [JAR]
├─ com.sta.mannotations.proc.RegisterHelper.class - [JAR]
├─ com.sta.mannotations.proc.RegisterProcessor.class - [JAR]