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 kompendium-annotations-2.3.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.bkbn.kompendium.annotations
├─ io.bkbn.kompendium.annotations.Field.class - [JAR]
├─ io.bkbn.kompendium.annotations.FreeFormObject.class - [JAR]
├─ io.bkbn.kompendium.annotations.Param.class - [JAR]
├─ io.bkbn.kompendium.annotations.ParamType.class - [JAR]
├─ io.bkbn.kompendium.annotations.Referenced.class - [JAR]
├─ io.bkbn.kompendium.annotations.UndeclaredField.class - [JAR]
io.bkbn.kompendium.annotations.constraint
├─ io.bkbn.kompendium.annotations.constraint.Format.class - [JAR]
├─ io.bkbn.kompendium.annotations.constraint.MaxItems.class - [JAR]
├─ io.bkbn.kompendium.annotations.constraint.MaxLength.class - [JAR]
├─ io.bkbn.kompendium.annotations.constraint.MaxProperties.class - [JAR]
├─ io.bkbn.kompendium.annotations.constraint.Maximum.class - [JAR]
├─ io.bkbn.kompendium.annotations.constraint.MinItems.class - [JAR]
├─ io.bkbn.kompendium.annotations.constraint.MinLength.class - [JAR]
├─ io.bkbn.kompendium.annotations.constraint.MinProperties.class - [JAR]
├─ io.bkbn.kompendium.annotations.constraint.Minimum.class - [JAR]
├─ io.bkbn.kompendium.annotations.constraint.MultipleOf.class - [JAR]
├─ io.bkbn.kompendium.annotations.constraint.Pattern.class - [JAR]
├─ io.bkbn.kompendium.annotations.constraint.UniqueItems.class - [JAR]