Checker framework's type qualifiers backported to JDK5

Annotations ("type qualifiers") from the checker framework, backported so they can be used in pre-JDK8 applications

License

License

GroupId

GroupId

edu.washington.cs.types.checker
ArtifactId

ArtifactId

checker-quals-jdk5
Last Version

Last Version

1.7.5
Release Date

Release Date

Type

Type

jar
Description

Description

Checker framework's type qualifiers backported to JDK5
Annotations ("type qualifiers") from the checker framework, backported so they can be used in pre-JDK8 applications
Project URL

Project URL

http://types.cs.washington.edu/checker-framework
Source Code Management

Source Code Management

http://code.google.com/p/checker-framework/source/browse

Download checker-quals-jdk5

How to add to project

<!-- https://jarcasting.com/artifacts/edu.washington.cs.types.checker/checker-quals-jdk5/ -->
<dependency>
    <groupId>edu.washington.cs.types.checker</groupId>
    <artifactId>checker-quals-jdk5</artifactId>
    <version>1.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/edu.washington.cs.types.checker/checker-quals-jdk5/
implementation 'edu.washington.cs.types.checker:checker-quals-jdk5:1.7.5'
// https://jarcasting.com/artifacts/edu.washington.cs.types.checker/checker-quals-jdk5/
implementation ("edu.washington.cs.types.checker:checker-quals-jdk5:1.7.5")
'edu.washington.cs.types.checker:checker-quals-jdk5:jar:1.7.5'
<dependency org="edu.washington.cs.types.checker" name="checker-quals-jdk5" rev="1.7.5">
  <artifact name="checker-quals-jdk5" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.washington.cs.types.checker', module='checker-quals-jdk5', version='1.7.5')
)
libraryDependencies += "edu.washington.cs.types.checker" % "checker-quals-jdk5" % "1.7.5"
[edu.washington.cs.types.checker/checker-quals-jdk5 "1.7.5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.7.5
1.7.2
1.7.1
1.7.0
1.6.4
1.6.1
1.6.0
1.5.0