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 jpa-apt-1.0.0-alpha5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.dankito.jpa.apt.configurationprocessor.json
├─ net.dankito.jpa.apt.configurationprocessor.json.JsonEntityConfigurationProcessor.class - [JAR]
net.dankito.jpa.apt.configurationprocessor.source
├─ net.dankito.jpa.apt.configurationprocessor.source.SourceCodeGeneratorContext.class - [JAR]
├─ net.dankito.jpa.apt.configurationprocessor.source.SourceCodeGeneratorEntityConfigurationProcessor.class - [JAR]
net.dankito.jpa.apt
├─ net.dankito.jpa.apt.AptAnnotationReader.class - [JAR]
├─ net.dankito.jpa.apt.ColumnConfigurationReader.class - [JAR]
├─ net.dankito.jpa.apt.EntityConfigurationReader.class - [JAR]
├─ net.dankito.jpa.apt.EntityTypeInfo.class - [JAR]
├─ net.dankito.jpa.apt.IAnnotationReader.class - [JAR]
├─ net.dankito.jpa.apt.JPAAnnotationProcessor.class - [JAR]
├─ net.dankito.jpa.apt.RelationColumnConfigurationReader.class - [JAR]
net.dankito.jpa.apt.configurationprocessor
├─ net.dankito.jpa.apt.configurationprocessor.IEntityConfigurationProcessor.class - [JAR]