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 dict-translate-spring-boot-autoconfigure-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.mujave.autoconfiguration
├─ com.github.mujave.autoconfiguration.DictMapAutoconfiguration.class - [JAR]
├─ com.github.mujave.autoconfiguration.DictTranslationAutoconfiguration.class - [JAR]
com.github.mujave.entity
├─ com.github.mujave.entity.DataDictDTO.class - [JAR]
├─ com.github.mujave.entity.DictTargetType.class - [JAR]
com.github.mujave.annotation
├─ com.github.mujave.annotation.Dict.class - [JAR]
├─ com.github.mujave.annotation.DictCollection.class - [JAR]
├─ com.github.mujave.annotation.DictEntity.class - [JAR]
├─ com.github.mujave.annotation.DictMap.class - [JAR]
├─ com.github.mujave.annotation.DictMapper.class - [JAR]
├─ com.github.mujave.annotation.DictTranslation.class - [JAR]
com.github.mujave.service
├─ com.github.mujave.service.DictCacheService.class - [JAR]