Registry / utility / jcip-annotations

jcip-annotations

JSON →
library1.0-1javamavenunverified

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

<dependency> <groupId>com.github.stephenc.jcip</groupId> <artifactId>jcip-annotations</artifactId> <version>1.0-1</version> </dependency>
INSTALL
IMPORT
SIG · JCIP-ANNOTATIONS
J
jcip-annotations
utilityjavav1.0-1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ThreadSafe
net.jcip.annotations.ThreadSafe

Minimal usage of JCIP @ThreadSafe annotation to document thread safety.

import net.jcip.annotations.ThreadSafe; @ThreadSafe public class Example { private int value; public synchronized int getValue() { return value; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0-1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
jcip-annotations — mvn dependency:get jcip-annotations · libregistry