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 mdd-fakespringboot-0.0.19.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.core.annotation
├─ org.springframework.core.annotation.Order.class - [JAR]
org.springframework.boot.web.servlet
├─ org.springframework.boot.web.servlet.FilterRegistrationBean.class - [JAR]
├─ org.springframework.boot.web.servlet.ServletRegistrationBean.class - [JAR]
org.springframework.stereotype
├─ org.springframework.stereotype.Component.class - [JAR]
├─ org.springframework.stereotype.Service.class - [JAR]
org.springframework.transaction.annotation
├─ org.springframework.transaction.annotation.Transactional.class - [JAR]
org.springframework.beans.factory.annotation
├─ org.springframework.beans.factory.annotation.Autowired.class - [JAR]