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 shore-auth-1.1.5-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.youm.frame.auth.config
├─ me.youm.frame.auth.config.TokenConfiguration.class - [JAR]
me.youm.frame.auth.util
├─ me.youm.frame.auth.util.CurrentUser.class - [JAR]
me.youm.frame.auth.annotation
├─ me.youm.frame.auth.annotation.PreAuth.class - [JAR]
me.youm.frame.auth.props
├─ me.youm.frame.auth.props.TokenProperties.class - [JAR]
me.youm.frame.auth.aspect
├─ me.youm.frame.auth.aspect.PreAuthAspect.class - [JAR]