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-3.16.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
hohserg.elegant.networking.annotation.processor
├─ hohserg.elegant.networking.annotation.processor.AnnotationProcessorException.class - [JAR]
├─ hohserg.elegant.networking.annotation.processor.BaseProcessor.class - [JAR]
├─ hohserg.elegant.networking.annotation.processor.CodeGenerator.class - [JAR]
├─ hohserg.elegant.networking.annotation.processor.ElegantSerializerProcessor.class - [JAR]
├─ hohserg.elegant.networking.annotation.processor.ElegantServiceProcessor.class - [JAR]
├─ hohserg.elegant.networking.annotation.processor.FunctionalUtils.class - [JAR]
├─ hohserg.elegant.networking.annotation.processor.InheritanceUtils.class - [JAR]
├─ hohserg.elegant.networking.annotation.processor.ProcessState.class - [JAR]
├─ hohserg.elegant.networking.annotation.processor.RunWithException.class - [JAR]
├─ hohserg.elegant.networking.annotation.processor.SpecialTypeSupport.class - [JAR]
├─ hohserg.elegant.networking.annotation.processor.TypeMap.class - [JAR]
hohserg.elegant.networking.annotation.processor.code.generator
├─ hohserg.elegant.networking.annotation.processor.code.generator.AbstractGenerator.class - [JAR]
├─ hohserg.elegant.networking.annotation.processor.code.generator.AccessUtils.class - [JAR]
├─ hohserg.elegant.networking.annotation.processor.code.generator.ICodeGenerator.class - [JAR]
├─ hohserg.elegant.networking.annotation.processor.code.generator.MemberUtils.class - [JAR]
├─ hohserg.elegant.networking.annotation.processor.code.generator.MethodNames.class - [JAR]
├─ hohserg.elegant.networking.annotation.processor.code.generator.TypeUtils.class - [JAR]