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 froporec-1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.froporec.generator
├─ org.froporec.generator.FroporecRecordSourceFileGenerator.class - [JAR]
├─ org.froporec.generator.RecordSourceFileGenerator.class - [JAR]
org.froporec
├─ org.froporec.AnnotationProcessor.class - [JAR]
├─ org.froporec.FroporecAnnotationProcessor.class - [JAR]
org.froporec.annotations
├─ org.froporec.annotations.Immutable.class - [JAR]
├─ org.froporec.annotations.Record.class - [JAR]
├─ org.froporec.annotations.SuperRecord.class - [JAR]
org.froporec.generator.helpers
├─ org.froporec.generator.helpers.CodeGenerator.class - [JAR]
├─ org.froporec.generator.helpers.CollectionsGenerator.class - [JAR]
├─ org.froporec.generator.helpers.CustomConstructorGenerator.class - [JAR]
├─ org.froporec.generator.helpers.FactoryMethodsGenerator.class - [JAR]
├─ org.froporec.generator.helpers.FieldsGenerator.class - [JAR]
├─ org.froporec.generator.helpers.FieldsNamesConstantsGenerator.class - [JAR]
├─ org.froporec.generator.helpers.JavaxGeneratedGenerator.class - [JAR]
├─ org.froporec.generator.helpers.StringGenerator.class - [JAR]
├─ org.froporec.generator.helpers.SuperInterfacesGenerator.class - [JAR]
├─ org.froporec.generator.helpers.SupportedCollectionsFieldsGenerator.class - [JAR]
├─ org.froporec.generator.helpers.SupportedCollectionsGenerator.class - [JAR]
├─ org.froporec.generator.helpers.SupportedCollectionsMappingLogicGenerator.class - [JAR]
org.froporec.extractor
├─ org.froporec.extractor.AnnotationInfoExtractor.class - [JAR]
├─ org.froporec.extractor.FroporecAnnotationInfoExtractor.class - [JAR]