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-remapper-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xyz.jpenilla.reflectionremapper.proxy.annotation
├─ xyz.jpenilla.reflectionremapper.proxy.annotation.ConstructorInvoker.class - [JAR]
├─ xyz.jpenilla.reflectionremapper.proxy.annotation.FieldGetter.class - [JAR]
├─ xyz.jpenilla.reflectionremapper.proxy.annotation.FieldSetter.class - [JAR]
├─ xyz.jpenilla.reflectionremapper.proxy.annotation.MethodName.class - [JAR]
├─ xyz.jpenilla.reflectionremapper.proxy.annotation.Proxies.class - [JAR]
├─ xyz.jpenilla.reflectionremapper.proxy.annotation.Static.class - [JAR]
├─ xyz.jpenilla.reflectionremapper.proxy.annotation.Type.class - [JAR]
xyz.jpenilla.reflectionremapper.internal.util
├─ xyz.jpenilla.reflectionremapper.internal.util.StringPool.class - [JAR]
├─ xyz.jpenilla.reflectionremapper.internal.util.Util.class - [JAR]
xyz.jpenilla.reflectionremapper
├─ xyz.jpenilla.reflectionremapper.MappingNamespace.class - [JAR]
├─ xyz.jpenilla.reflectionremapper.NoopReflectionRemapper.class - [JAR]
├─ xyz.jpenilla.reflectionremapper.ReflectionRemapper.class - [JAR]
├─ xyz.jpenilla.reflectionremapper.ReflectionRemapperImpl.class - [JAR]
xyz.jpenilla.reflectionremapper.proxy
├─ xyz.jpenilla.reflectionremapper.proxy.ReflectionProxyFactory.class - [JAR]
├─ xyz.jpenilla.reflectionremapper.proxy.ReflectionProxyInvocationHandler.class - [JAR]