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 scope-annotation-1.0.0.1.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.mofum.scope.annotation.controller.parser
├─ com.mofum.scope.annotation.controller.parser.ControllerScopeParser.class - [JAR]
├─ com.mofum.scope.annotation.controller.parser.QueryScopeParser.class - [JAR]
├─ com.mofum.scope.annotation.controller.parser.ServiceColumnParser.class - [JAR]
├─ com.mofum.scope.annotation.controller.parser.UpdateScopeParser.class - [JAR]
com.mofum.scope.annotation.service.parser
├─ com.mofum.scope.annotation.service.parser.ColumnScopeParser.class - [JAR]
├─ com.mofum.scope.annotation.service.parser.TableScopeParser.class - [JAR]
com.mofum.scope.annotation.controller
├─ com.mofum.scope.annotation.controller.ControllerScope.class - [JAR]
├─ com.mofum.scope.annotation.controller.IgnoreScope.class - [JAR]
├─ com.mofum.scope.annotation.controller.QueryScope.class - [JAR]
├─ com.mofum.scope.annotation.controller.ServiceColumn.class - [JAR]
├─ com.mofum.scope.annotation.controller.UpdateScope.class - [JAR]
com.mofum.scope.annotation.service
├─ com.mofum.scope.annotation.service.ColumnScope.class - [JAR]
├─ com.mofum.scope.annotation.service.TableScope.class - [JAR]