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 annotations-jvm-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
nolambda.uibook.annotations.code
├─ nolambda.uibook.annotations.code.CodeSpec.class - [JAR]
nolambda.uibook.annotations
├─ nolambda.uibook.annotations.BookMetaData.class - [JAR]
├─ nolambda.uibook.annotations.FunctionParameter.class - [JAR]
├─ nolambda.uibook.annotations.State.class - [JAR]
├─ nolambda.uibook.annotations.UIBook.class - [JAR]
├─ nolambda.uibook.annotations.UIBookCons.class - [JAR]