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-4.2.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.portlek.reflection.field
├─ io.github.portlek.reflection.field.FieldOf.class - [JAR]
io.github.portlek.reflection.method
├─ io.github.portlek.reflection.method.MethodOf.class - [JAR]
io.github.portlek.reflection
├─ io.github.portlek.reflection.RefAnnotated.class - [JAR]
├─ io.github.portlek.reflection.RefClass.class - [JAR]
├─ io.github.portlek.reflection.RefConstructed.class - [JAR]
├─ io.github.portlek.reflection.RefField.class - [JAR]
├─ io.github.portlek.reflection.RefFieldExecuted.class - [JAR]
├─ io.github.portlek.reflection.RefMethod.class - [JAR]
├─ io.github.portlek.reflection.RefMethodExecuted.class - [JAR]
├─ io.github.portlek.reflection.RefModifiable.class - [JAR]
├─ io.github.portlek.reflection.RefParameterized.class - [JAR]
io.github.portlek.reflection.constructor
├─ io.github.portlek.reflection.constructor.ConstructorOf.class - [JAR]
io.github.portlek.reflection.clazz
├─ io.github.portlek.reflection.clazz.ClassOf.class - [JAR]
io.github.portlek.reflection.parameterized
├─ io.github.portlek.reflection.parameterized.Converted.class - [JAR]
├─ io.github.portlek.reflection.parameterized.ParameterizedOf.class - [JAR]
├─ io.github.portlek.reflection.parameterized.Primitive.class - [JAR]