Alphabetical Index

G I N T V

G

GuardedBy - interface net.jcip.annotations.GuardedBy
The field or method to which this annotation is applied can only be accessed when holding a particular lock, which may be a built-in (synchronization) lock, or may be an explicit java.util.concurrent.Lock.

I

Immutable - interface net.jcip.annotations.Immutable
The class to which this annotation is applied is immutable.

N

Class, field, and method level annotations for describing thread-safety policies.
NotThreadSafe - interface net.jcip.annotations.NotThreadSafe
The class to which this annotation is applied is not thread-safe.

T

ThreadSafe - interface net.jcip.annotations.ThreadSafe
The class to which this annotation is applied is thread-safe.

V

value() - method in class net.jcip.annotations.GuardedBy