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 reflekt-api-1.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.reflekt
├─ io.github.reflekt.ClassFileLocator.class - [JAR]
├─ io.github.reflekt.Reflekt.class - [JAR]
├─ io.github.reflekt.ReflektAllConstructors.class - [JAR]
├─ io.github.reflekt.ReflektAllFields.class - [JAR]
├─ io.github.reflekt.ReflektAllMethods.class - [JAR]
├─ io.github.reflekt.ReflektAllTypes.class - [JAR]
├─ io.github.reflekt.ReflektClassesAnnotatedWith.class - [JAR]
├─ io.github.reflekt.ReflektConf.class - [JAR]
├─ io.github.reflekt.ReflektConstructorsAnnotatedWith.class - [JAR]
├─ io.github.reflekt.ReflektConstructorsMatchParams.class - [JAR]
├─ io.github.reflekt.ReflektConstructorsWithAnyParamAnnotated.class - [JAR]
├─ io.github.reflekt.ReflektFieldsAnnotatedWith.class - [JAR]
├─ io.github.reflekt.ReflektMethodsAnnotatedWith.class - [JAR]
├─ io.github.reflekt.ReflektMethodsMatchParams.class - [JAR]
├─ io.github.reflekt.ReflektMethodsReturn.class - [JAR]
├─ io.github.reflekt.ReflektMethodsWithAnyParamAnnotated.class - [JAR]
├─ io.github.reflekt.ReflektSubClasses.class - [JAR]