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 jaci-reflection-api-0.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.ykrasik.jaci.reflection
├─ com.github.ykrasik.jaci.reflection.ReflectionAccessor.class - [JAR]
├─ com.github.ykrasik.jaci.reflection.ReflectionConstructor.class - [JAR]
├─ com.github.ykrasik.jaci.reflection.ReflectionField.class - [JAR]
├─ com.github.ykrasik.jaci.reflection.ReflectionMethod.class - [JAR]
├─ com.github.ykrasik.jaci.reflection.ReflectionParameter.class - [JAR]
├─ com.github.ykrasik.jaci.reflection.ReflectionSuppliers.class - [JAR]
├─ com.github.ykrasik.jaci.reflection.ReflectionUtils.class - [JAR]