Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 2.28 KB

README.md

File metadata and controls

33 lines (23 loc) · 2.28 KB

jcip

Maven Central Maven Central (snapshot) Codecov Java Version

com.io7m.jcip

JVM Platform Status
OpenJDK (Temurin) Current Linux Build (OpenJDK (Temurin) Current, Linux)
OpenJDK (Temurin) LTS Linux Build (OpenJDK (Temurin) LTS, Linux)
OpenJDK (Temurin) Current Windows Build (OpenJDK (Temurin) Current, Windows)
OpenJDK (Temurin) LTS Windows Build (OpenJDK (Temurin) LTS, Windows)

jcip

A clean room implementation of the JCIP Annotations based entirely on the specification provided by the javadocs.

Features

  • Supported by most good IDEs; get real-time warnings about issues such as failing to acquire a lock before a guarded object is used.
  • OSGi-ready
  • JPMS-ready
  • Apache 2.0 / ISC license.

Usage

See the JCIP Javadoc.