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 mail-preflight-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
eu.kk42.mailpreflight.domain
├─ eu.kk42.mailpreflight.domain.CssSpecificity.class - [JAR]
├─ eu.kk42.mailpreflight.domain.CssValueWithSpecificity.class - [JAR]
├─ eu.kk42.mailpreflight.domain.IPreflightProcessor.class - [JAR]
├─ eu.kk42.mailpreflight.domain.PreflightConfig.class - [JAR]
eu.kk42.mailpreflight.exception
├─ eu.kk42.mailpreflight.exception.MailPreflightException.class - [JAR]
eu.kk42.mailpreflight
├─ eu.kk42.mailpreflight.MailPreflight.class - [JAR]
eu.kk42.mailpreflight.processors
├─ eu.kk42.mailpreflight.processors.CssInlinerProcessor.class - [JAR]
├─ eu.kk42.mailpreflight.processors.HtmlCommentsRemovalProcessor.class - [JAR]