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 context-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.aylvn.context.annotation
├─ com.aylvn.context.annotation.Aware.class - [JAR]
├─ com.aylvn.context.annotation.Comp.class - [JAR]
├─ com.aylvn.context.annotation.CompScan.class - [JAR]
├─ com.aylvn.context.annotation.Config.class - [JAR]
├─ com.aylvn.context.annotation.Init.class - [JAR]
com.aylvn.context
├─ com.aylvn.context.AnnotationAppContext.class - [JAR]
├─ com.aylvn.context.AppContext.class - [JAR]
├─ com.aylvn.context.LoadClassUtil.class - [JAR]