jar

org.litesoft : annotations

Maven & Gradle

Aug 27, 2022
1 usages
0 stars

annotations · A set of Java Annotations primarily used for documenting contractual obligations and expectations

Table Of Contents

Latest Version

Download org.litesoft : annotations JAR file - Latest Versions:

All Versions

Download org.litesoft : annotations JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement