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 translate4j-core-0.3.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.swissclash79.translate4j.annotation
├─ io.github.swissclash79.translate4j.annotation.Translation.class - [JAR]
├─ io.github.swissclash79.translate4j.annotation.TranslationKey.class - [JAR]
io.github.swissclash79.translate4j
├─ io.github.swissclash79.translate4j.ProcessingContext.class - [JAR]
├─ io.github.swissclash79.translate4j.ProcessingItem.class - [JAR]
io.github.swissclash79.translate4j.processor
├─ io.github.swissclash79.translate4j.processor.TranslationProcessor.class - [JAR]
io.github.swissclash79.translate4j.exception
├─ io.github.swissclash79.translate4j.exception.MissingTranslationKeyException.class - [JAR]