Index

G I N T V 
All Classes and Interfaces|All Packages

G

GuardedBy - Annotation Interface 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 Interface 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 Interface in net.jcip.annotations
The presence of this annotation indicates that the author believes the class is not thread-safe.

T

ThreadSafe - Annotation Interface in net.jcip.annotations
The presence of this annotation indicates that the author believes the class to be thread-safe.

V

value() - Element in annotation interface net.jcip.annotations.GuardedBy
The specified lock that guards the annotated field or method.
G I N T V 
All Classes and Interfaces|All Packages