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 Properteer-2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.laamella.properteer.generator
├─ com.laamella.properteer.generator.Generator.class - [JAR]
├─ com.laamella.properteer.generator.Parameter.class - [JAR]
├─ com.laamella.properteer.generator.Properteer.class - [JAR]
├─ com.laamella.properteer.generator.PropertyInfo.class - [JAR]
├─ com.laamella.properteer.generator.ProtectionLevel.class - [JAR]
com.laamella.properteer
├─ com.laamella.properteer.Getter.class - [JAR]
├─ com.laamella.properteer.GetterDefault.class - [JAR]
├─ com.laamella.properteer.GetterPrivate.class - [JAR]
├─ com.laamella.properteer.GetterProtected.class - [JAR]
├─ com.laamella.properteer.NotNull.class - [JAR]
├─ com.laamella.properteer.NotNullProperty.class - [JAR]
├─ com.laamella.properteer.Property.class - [JAR]
├─ com.laamella.properteer.ReadOnlyProperty.class - [JAR]
├─ com.laamella.properteer.Setter.class - [JAR]
├─ com.laamella.properteer.SetterDefault.class - [JAR]
├─ com.laamella.properteer.SetterPrivate.class - [JAR]
├─ com.laamella.properteer.SetterProtected.class - [JAR]