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 i18n-translator-4.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.foodtechlab.i18n.qualifier
├─ io.foodtechlab.i18n.qualifier.I18NTranslatorQualifier.class - [JAR]
├─ io.foodtechlab.i18n.qualifier.I18NTranslatorQualifierBuilder.class - [JAR]
io.foodtechlab.i18n
├─ io.foodtechlab.i18n.I18NTranslator.class - [JAR]
io.foodtechlab.i18n.config
├─ io.foodtechlab.i18n.config.I18NLocalizationConfig.class - [JAR]
io.foodtechlab.i18n.translator
├─ io.foodtechlab.i18n.translator.DefaultLocalizationI18NTranslator.class - [JAR]
├─ io.foodtechlab.i18n.translator.LocalizationI18NTranslator.class - [JAR]
├─ io.foodtechlab.i18n.translator.RuLocalizationI18NTranslator.class - [JAR]
io.foodtechlab.i18n.exception
├─ io.foodtechlab.i18n.exception.DefaultTranslatorNotSetException.class - [JAR]
├─ io.foodtechlab.i18n.exception.IllegalInjectionTypeException.class - [JAR]
├─ io.foodtechlab.i18n.exception.NotUniqueTranslatorException.class - [JAR]
├─ io.foodtechlab.i18n.exception.TranslatorHasInvalidLocaleException.class - [JAR]
├─ io.foodtechlab.i18n.exception.TranslatorListAreEmptyException.class - [JAR]