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-1.26.147.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
name.remal.annotations
├─ name.remal.annotations.Internal.class - [JAR]
├─ name.remal.annotations.NonNull.class - [JAR]
├─ name.remal.annotations.NonNullByDefault.class - [JAR]
├─ name.remal.annotations.Nullable.class - [JAR]