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 annotations-1.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.litesoft.annotations
├─ org.litesoft.annotations.AllSignificant.class - [JAR]
├─ org.litesoft.annotations.DefaultingOnInsignificant.class - [JAR]
├─ org.litesoft.annotations.DefaultingOnNull.class - [JAR]
├─ org.litesoft.annotations.Immutable.class - [JAR]
├─ org.litesoft.annotations.Mutable.class - [JAR]
├─ org.litesoft.annotations.NoNulls.class - [JAR]
├─ org.litesoft.annotations.NotChecked.class - [JAR]
├─ org.litesoft.annotations.NotEmpty.class - [JAR]
├─ org.litesoft.annotations.NotEmptyAndContainsNoNulls.class - [JAR]
├─ org.litesoft.annotations.NotNegative.class - [JAR]
├─ org.litesoft.annotations.NotNull.class - [JAR]
├─ org.litesoft.annotations.NotNullAndContainsNoNulls.class - [JAR]
├─ org.litesoft.annotations.NotVerified.class - [JAR]
├─ org.litesoft.annotations.Nullable.class - [JAR]
├─ org.litesoft.annotations.NullableEntries.class - [JAR]
├─ org.litesoft.annotations.PackageFriendlyForTesting.class - [JAR]
├─ org.litesoft.annotations.Positive.class - [JAR]
├─ org.litesoft.annotations.Required.class - [JAR]
├─ org.litesoft.annotations.Significant.class - [JAR]
├─ org.litesoft.annotations.SignificantOrEmpty.class - [JAR]
├─ org.litesoft.annotations.SignificantOrNull.class - [JAR]
├─ org.litesoft.annotations.Verified.class - [JAR]
├─ org.litesoft.annotations.WrappedByAspect.class - [JAR]
org.litesoft.validation
├─ org.litesoft.validation.Validation.class - [JAR]
org.litesoft.annotations.expectations
├─ org.litesoft.annotations.expectations.AbstractExpectation.class - [JAR]
├─ org.litesoft.annotations.expectations.AbstractExpectationThrows.class - [JAR]
├─ org.litesoft.annotations.expectations.Expectation.class - [JAR]
├─ org.litesoft.annotations.expectations.IllegalArgument.class - [JAR]
├─ org.litesoft.annotations.expectations.IllegalState.class - [JAR]
├─ org.litesoft.annotations.expectations.Validator.class - [JAR]