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 nacos-spring-boot-aot-0.3.0-RC.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.alibaba.boot.nacos.aot.util
├─ com.alibaba.boot.nacos.aot.util.AotDetector.class - [JAR]
├─ com.alibaba.boot.nacos.aot.util.NativeDetector.class - [JAR]
com.alibaba.boot.nacos.aot.context
├─ com.alibaba.boot.nacos.aot.context.EnableNacosConfigAotProcessor.class - [JAR]
├─ com.alibaba.boot.nacos.aot.context.EnableNacosDiscoveryAotProcessor.class - [JAR]
├─ com.alibaba.boot.nacos.aot.context.NacosPropertySourcePostProcessorForAot.class - [JAR]
com.alibaba.boot.nacos.aot.hint
├─ com.alibaba.boot.nacos.aot.hint.NacosAnnotationBeanRegistrationAotProcessor.class - [JAR]