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 common-boot-i18n-0.0.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.itcoon.common.i18n.config.properties
├─ com.itcoon.common.i18n.config.properties.BundleMessageProperties.class - [JAR]
com.itcoon.common.i18n.registry
├─ com.itcoon.common.i18n.registry.BundleRegistry.class - [JAR]
com.itcoon.common.i18n.bundle
├─ com.itcoon.common.i18n.bundle.BaseBundle.class - [JAR]
├─ com.itcoon.common.i18n.bundle.Bundle.class - [JAR]
├─ com.itcoon.common.i18n.bundle.ExBundle.class - [JAR]
├─ com.itcoon.common.i18n.bundle.ExBundleMessageSource.class - [JAR]
com.itcoon.common.i18n.config
├─ com.itcoon.common.i18n.config.BundleConfigurer.class - [JAR]
├─ com.itcoon.common.i18n.config.I18nConfig.class - [JAR]
com.itcoon.common.i18n
├─ com.itcoon.common.i18n.I18ns.class - [JAR]