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 aide-reflection-1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tech.hiddenproject.aide.reflection
├─ tech.hiddenproject.aide.reflection.LambdaWrapper.class - [JAR]
├─ tech.hiddenproject.aide.reflection.LambdaWrapperHolder.class - [JAR]
├─ tech.hiddenproject.aide.reflection.MethodHolder.class - [JAR]
├─ tech.hiddenproject.aide.reflection.WrapperHolder.class - [JAR]
tech.hiddenproject.aide.reflection.util
├─ tech.hiddenproject.aide.reflection.util.AnnotationUtil.class - [JAR]
├─ tech.hiddenproject.aide.reflection.util.ReflectionUtil.class - [JAR]
tech.hiddenproject.aide.reflection.exception
├─ tech.hiddenproject.aide.reflection.exception.ReflectionException.class - [JAR]
tech.hiddenproject.aide.reflection.signature
├─ tech.hiddenproject.aide.reflection.signature.AbstractSignature.class - [JAR]
├─ tech.hiddenproject.aide.reflection.signature.ExactMethodSignature.class - [JAR]
├─ tech.hiddenproject.aide.reflection.signature.LambdaMetadata.class - [JAR]
├─ tech.hiddenproject.aide.reflection.signature.MatcherSignature.class - [JAR]
├─ tech.hiddenproject.aide.reflection.signature.MethodSignature.class - [JAR]
tech.hiddenproject.aide.reflection.matcher
├─ tech.hiddenproject.aide.reflection.matcher.ArgumentMatcher.class - [JAR]
├─ tech.hiddenproject.aide.reflection.matcher.ArgumentMatcherHolder.class - [JAR]
tech.hiddenproject.aide.reflection.filter
├─ tech.hiddenproject.aide.reflection.filter.AnyFilter.class - [JAR]
├─ tech.hiddenproject.aide.reflection.filter.ExecutableFilter.class - [JAR]
├─ tech.hiddenproject.aide.reflection.filter.PublicOnlyFilter.class - [JAR]
tech.hiddenproject.aide.reflection.annotation
├─ tech.hiddenproject.aide.reflection.annotation.ExactInvoker.class - [JAR]
├─ tech.hiddenproject.aide.reflection.annotation.Invoker.class - [JAR]