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 atom-annotation-5.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.atom.annotation.bean
├─ com.atom.annotation.bean.ApiImplWrapper.class - [JAR]
├─ com.atom.annotation.bean.ApiImpls.class - [JAR]
com.atom.annotation
├─ com.atom.annotation.ApiImpl.class - [JAR]
├─ com.atom.annotation.ApiImplNonNull.class - [JAR]
├─ com.atom.annotation.ApiImplNullable.class - [JAR]
├─ com.atom.annotation.AutoClass.class - [JAR]
com.atom.annotation.api
├─ com.atom.annotation.api.ApiCLassFilter.class - [JAR]
├─ com.atom.annotation.api.ApiImplCallback.class - [JAR]
├─ com.atom.annotation.api.ApiImplContext.class - [JAR]
├─ com.atom.annotation.api.ApiImplProvider.class - [JAR]