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 annotation-processor-0.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.alibaba.fastffi.annotation
├─ com.alibaba.fastffi.annotation.AnnotationProcessor.class - [JAR]
├─ com.alibaba.fastffi.annotation.AnnotationProcessorUtils.class - [JAR]
├─ com.alibaba.fastffi.annotation.ExecutableDef.class - [JAR]
├─ com.alibaba.fastffi.annotation.ExecutableTypeMapping.class - [JAR]
├─ com.alibaba.fastffi.annotation.FFICodeGenerationException.class - [JAR]
├─ com.alibaba.fastffi.annotation.FFIIllegalStateException.class - [JAR]
├─ com.alibaba.fastffi.annotation.FFIMirrorFieldDef.class - [JAR]
├─ com.alibaba.fastffi.annotation.FFIPropertyFieldDef.class - [JAR]
├─ com.alibaba.fastffi.annotation.FFISetterGetterDef.class - [JAR]
├─ com.alibaba.fastffi.annotation.TypeDef.class - [JAR]
├─ com.alibaba.fastffi.annotation.TypeDefGenerator.class - [JAR]
├─ com.alibaba.fastffi.annotation.TypeDefRegistry.class - [JAR]
├─ com.alibaba.fastffi.annotation.TypeEnv.class - [JAR]
├─ com.alibaba.fastffi.annotation.TypeGenType.class - [JAR]
├─ com.alibaba.fastffi.annotation.TypeMapping.class - [JAR]
├─ com.alibaba.fastffi.annotation.VRP.class - [JAR]