Letter J

jcip-annotations - Java annotations for multithreaded software

Website: http://www.jcip.net/
License: CC-BY
Vendor: Alcance Libre, Inc.
Description:
This package provides class, field, and method level annotations for
describing thread-safety policies.  These annotations are relatively
unintrusive and are beneficial to both users and maintainers.  Users can see
immediately whether a class is thread-safe, and maintainers can see
immediately whether thread-safety guarantees must be preserved.  Annotations
are also useful to a third constituency: tools.  Static code-analysis tools
may be able to verify that the code complies with the contract indicated by
the annotation, such as verifying that a class annotated with @Immutable
actually is immutable.

Packages

jcip-annotations-1-14.20060626.fc14.al.src [11 KiB] Changelog by Mikolaj Izdebski (2014-11-10):
- Add alias for com.github.stephenc.jcip:jcip-annotations

Listing created by Repoview-0.6.6-6.fc14.al