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 aegean-origin-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tech.aegean.entity
├─ tech.aegean.entity.OriginBaseEntity.class - [JAR]
tech.aegean.constant.navigation
├─ tech.aegean.constant.navigation.OriginNavigationTypeConstant.class - [JAR]
tech.aegean.util.navigation
├─ tech.aegean.util.navigation.NavigationUtil.class - [JAR]
tech.aegean.model.system
├─ tech.aegean.model.system.SystemConfig.class - [JAR]
tech.aegean.mapper.system
├─ tech.aegean.mapper.system.SystemConfigMapper.class - [JAR]
tech.aegean.constant.common
├─ tech.aegean.constant.common.OriginCommonStatusConstant.class - [JAR]
tech.aegean.model.navigation
├─ tech.aegean.model.navigation.Navigation.class - [JAR]
tech.aegean.mapper.navigation
├─ tech.aegean.mapper.navigation.NavigationMapper.class - [JAR]
tech.aegean.model
├─ tech.aegean.model.BaseModel.class - [JAR]