jar

net.sf.staccatocommons : staccatissimo-restrictions

Maven & Gradle

Jul 21, 2012
1 usages
3 stars

Staccatissimo-Restrictions · Library of annotations that express restrictions, that can be used to indicate preconditions, postconditions and invariants over objects and messages, focused on documentation reuse.

Table Of Contents

Latest Version

Download net.sf.staccatocommons : staccatissimo-restrictions JAR file - Latest Versions:

All Versions

Download net.sf.staccatocommons : staccatissimo-restrictions JAR file - All Versions:

Version Vulnerabilities Size Updated
2.3
2.2
2.1
2.0.x
2.0

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 staccatissimo-restrictions-2.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.sf.staccatocommons.restrictions

├─ net.sf.staccatocommons.restrictions.Conditionally.class - [JAR]

├─ net.sf.staccatocommons.restrictions.Constant.class - [JAR]

├─ net.sf.staccatocommons.restrictions.Restriction.class - [JAR]

├─ net.sf.staccatocommons.restrictions.package-info.class - [JAR]

net.sf.staccatocommons.restrictions.value

├─ net.sf.staccatocommons.restrictions.value.Immutable.class - [JAR]

├─ net.sf.staccatocommons.restrictions.value.Unmodifiable.class - [JAR]

├─ net.sf.staccatocommons.restrictions.value.Value.class - [JAR]

net.sf.staccatocommons.restrictions.check

├─ net.sf.staccatocommons.restrictions.check.Between.class - [JAR]

├─ net.sf.staccatocommons.restrictions.check.Matches.class - [JAR]

├─ net.sf.staccatocommons.restrictions.check.MaxSize.class - [JAR]

├─ net.sf.staccatocommons.restrictions.check.MinSize.class - [JAR]

├─ net.sf.staccatocommons.restrictions.check.NonNull.class - [JAR]

├─ net.sf.staccatocommons.restrictions.check.NotEmpty.class - [JAR]

├─ net.sf.staccatocommons.restrictions.check.NotNegative.class - [JAR]

├─ net.sf.staccatocommons.restrictions.check.NotZero.class - [JAR]

├─ net.sf.staccatocommons.restrictions.check.Positive.class - [JAR]

├─ net.sf.staccatocommons.restrictions.check.Size.class - [JAR]

├─ net.sf.staccatocommons.restrictions.check.package-info.class - [JAR]

net.sf.staccatocommons.restrictions.processing

├─ net.sf.staccatocommons.restrictions.processing.EnforceRestrictions.class - [JAR]

├─ net.sf.staccatocommons.restrictions.processing.IgnoreRestrictions.class - [JAR]

├─ net.sf.staccatocommons.restrictions.processing.package-info.class - [JAR]

net.sf.staccatocommons.restrictions.effect

├─ net.sf.staccatocommons.restrictions.effect.SideEffectFree.class - [JAR]

├─ net.sf.staccatocommons.restrictions.effect.Transparent.class - [JAR]

├─ net.sf.staccatocommons.restrictions.effect.package-info.class - [JAR]