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 user-pref-0.0.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
umun.userpref.entityFramework.entity
├─ umun.userpref.entityFramework.entity.UserEntityPref.class - [JAR]
├─ umun.userpref.entityFramework.entity.UserEntityPrefId.class - [JAR]
umun.userpref.interfaces
├─ umun.userpref.interfaces.UserPrefCategoryInterface.class - [JAR]
├─ umun.userpref.interfaces.UserPrefValidationInterface.class - [JAR]
umun.userpref.repository
├─ umun.userpref.repository.UserPrefCategoryRepository.class - [JAR]
├─ umun.userpref.repository.UserPrefRepository.class - [JAR]
umun.userpref.service
├─ umun.userpref.service.UserPrefCategoryService.class - [JAR]
├─ umun.userpref.service.UserPrefService.class - [JAR]
├─ umun.userpref.service.ValueAndGame.class - [JAR]
umun.userpref.entityFramework.service
├─ umun.userpref.entityFramework.service.UserEntityPrefService.class - [JAR]
├─ umun.userpref.entityFramework.service.UserMacIdPrefService.class - [JAR]
umun.userpref.entityFramework.repository
├─ umun.userpref.entityFramework.repository.UserEntityPrefRepository.class - [JAR]
umun.userpref.model
├─ umun.userpref.model.UserPref.class - [JAR]
├─ umun.userpref.model.UserPrefCategory.class - [JAR]
├─ umun.userpref.model.UserPrefId.class - [JAR]
umun.userpref.controller
├─ umun.userpref.controller.UserPrefController.class - [JAR]