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 reflection-2.0.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.syntaxphoenix.syntaxapi.reflection
├─ com.syntaxphoenix.syntaxapi.reflection.AbstractReflect.class - [JAR]
├─ com.syntaxphoenix.syntaxapi.reflection.AbstractReflectCache.class - [JAR]
├─ com.syntaxphoenix.syntaxapi.reflection.ClassCache.class - [JAR]
├─ com.syntaxphoenix.syntaxapi.reflection.ClasspathAccess.class - [JAR]
├─ com.syntaxphoenix.syntaxapi.reflection.PackageAccess.class - [JAR]
├─ com.syntaxphoenix.syntaxapi.reflection.Reflect.class - [JAR]
├─ com.syntaxphoenix.syntaxapi.reflection.ReflectCache.class - [JAR]
├─ com.syntaxphoenix.syntaxapi.reflection.ReflectionHelper.class - [JAR]
├─ com.syntaxphoenix.syntaxapi.reflection.ReflectionTools.class - [JAR]