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 builder-annotations-processor-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
nl.elucidator.patterns.builder.annotations.processor
├─ nl.elucidator.patterns.builder.annotations.processor.BeanUtils.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.processor.ClassMetaData.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.processor.ClassParser.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.processor.ClassProperty.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.processor.ClassWriter.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.processor.CollectionType.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.processor.DefaultClassParserImpl.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.processor.FreeMarkerClassWriterImpl.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.processor.MakeBuilderProcessor.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.processor.SuperClassInfo.class - [JAR]