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-2023.07.08.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.humans.arch.annotations.data
├─ net.humans.arch.annotations.data.DataLevelApi.class - [JAR]
net.humans.arch.annotations.remote
├─ net.humans.arch.annotations.remote.RemoteLevelApi.class - [JAR]
net.humans.arch.annotations.domain
├─ net.humans.arch.annotations.domain.DomainLevelApi.class - [JAR]
net.humans.arch.annotations.presentation
├─ net.humans.arch.annotations.presentation.PresentationLevelApi.class - [JAR]