Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chrisoei/JCIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

9 Commits

Repository files navigation

This project mirrors the Java concurrency annotations source code as
described in Brian Goetz's Java Concurrency In Practice. The original
can be downloaded from:
http://www.javaconcurrencyinpractice.com/jcip-annotations-src.jar
The four annotations provided are:
	@Immutable
	@ThreadSafe
	@NotThreadSafe
	@GuardedBy
This library -- along with the source and javadoc jar files -- is also
available as a Maven artifact. To use it, add the following dependency
to your pom.xml:
 <dependency>
 <groupId>net.jcip</groupId>
 <artifactId>jcip-annotations</artifactId>
 <version>1.2</version>
 <scope>compile</scope>
 </dependency>
You will also need to add the following repository:
 <repositories>
 <repository>
 <name>eluctari.com</name>
 <id>eluctari</id>
 <url>http://eluctari.s3.amazonaws.com/repo/maven/3</url>
 </repository>
 </repositories>
Copyright (c) 2005 Brian Goetz and Tim Peierls
Released under the Creative Commons Attribution License
(http://creativecommons.org/licenses/by/2.5)
Official home: http://www.jcip.net
Any republication or derived work distributed in source code form
must include this copyright and license notice.

About

Java Concurrency in Practice annnotations with javadoc and source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /