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 arouter-compiler-1.5.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.alibaba.android.arouter.compiler.processor
├─ com.alibaba.android.arouter.compiler.processor.AutowiredProcessor.class - [JAR]
├─ com.alibaba.android.arouter.compiler.processor.BaseProcessor.class - [JAR]
├─ com.alibaba.android.arouter.compiler.processor.InterceptorProcessor.class - [JAR]
├─ com.alibaba.android.arouter.compiler.processor.RouteProcessor.class - [JAR]
com.alibaba.android.arouter.compiler.entity
├─ com.alibaba.android.arouter.compiler.entity.RouteDoc.class - [JAR]
com.alibaba.android.arouter.compiler.utils
├─ com.alibaba.android.arouter.compiler.utils.Consts.class - [JAR]
├─ com.alibaba.android.arouter.compiler.utils.Logger.class - [JAR]
├─ com.alibaba.android.arouter.compiler.utils.TypeUtils.class - [JAR]