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 proto-java-annotation-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.lwlee2608.proto.annotation
├─ io.github.lwlee2608.proto.annotation.ProtoEnumConstant.class - [JAR]
├─ io.github.lwlee2608.proto.annotation.ProtoEnumerated.class - [JAR]
├─ io.github.lwlee2608.proto.annotation.ProtoField.class - [JAR]
├─ io.github.lwlee2608.proto.annotation.ProtoMessage.class - [JAR]
├─ io.github.lwlee2608.proto.annotation.ProtoMethod.class - [JAR]
├─ io.github.lwlee2608.proto.annotation.ProtoService.class - [JAR]
io.github.lwlee2608.proto.annotation.exception
├─ io.github.lwlee2608.proto.annotation.exception.GeneratorException.class - [JAR]
├─ io.github.lwlee2608.proto.annotation.exception.UnsupportedTypeException.class - [JAR]
io.github.lwlee2608.proto.annotation.processor
├─ io.github.lwlee2608.proto.annotation.processor.AsyncType.class - [JAR]
├─ io.github.lwlee2608.proto.annotation.processor.EnumConstant.class - [JAR]
├─ io.github.lwlee2608.proto.annotation.processor.Enumerated.class - [JAR]
├─ io.github.lwlee2608.proto.annotation.processor.Field.class - [JAR]
├─ io.github.lwlee2608.proto.annotation.processor.Message.class - [JAR]
├─ io.github.lwlee2608.proto.annotation.processor.Method.class - [JAR]
├─ io.github.lwlee2608.proto.annotation.processor.ProtoFile.class - [JAR]
├─ io.github.lwlee2608.proto.annotation.processor.ProtoProcessor.class - [JAR]
├─ io.github.lwlee2608.proto.annotation.processor.Service.class - [JAR]
io.github.lwlee2608.proto.gen
├─ io.github.lwlee2608.proto.gen.ClassFinder.class - [JAR]
├─ io.github.lwlee2608.proto.gen.ProtoGen.class - [JAR]