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 swift-annotations-0.17.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.facebook.swift.codec
├─ com.facebook.swift.codec.ThriftConstructor.class - [JAR]
├─ com.facebook.swift.codec.ThriftEnum.class - [JAR]
├─ com.facebook.swift.codec.ThriftEnumValue.class - [JAR]
├─ com.facebook.swift.codec.ThriftField.class - [JAR]
├─ com.facebook.swift.codec.ThriftStruct.class - [JAR]
├─ com.facebook.swift.codec.ThriftUnion.class - [JAR]
├─ com.facebook.swift.codec.ThriftUnionId.class - [JAR]
com.facebook.swift.service
├─ com.facebook.swift.service.ThriftException.class - [JAR]
├─ com.facebook.swift.service.ThriftMethod.class - [JAR]
├─ com.facebook.swift.service.ThriftService.class - [JAR]