G I N T 

G

GuardedBy - Annotation Type in net.jcip.annotations
The presence of this annotation indicates that the field or method must only be accessed when holding the specified lock.

I

Immutable - Annotation Type in net.jcip.annotations
The presence of this annotation indicates that the author believes the class to be immutable and hence inherently thread-safe.

N

net.jcip.annotations - package net.jcip.annotations
 
NotThreadSafe - Annotation Type in net.jcip.annotations
The presence of this annotation indicates that the author believes the class is not thread-safe.

T

ThreadSafe - Annotation Type in net.jcip.annotations
The presence of this annotation indicates that the author believes the class to be thread-safe.
G I N T 

Copyright © 2013. All Rights Reserved.