JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
G
I
N
T
V
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.
V
value()
- Method in annotation type net.jcip.annotations.
GuardedBy
The specified lock that guards the annotated field or method.
G
I
N
T
V
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
JavaScript is disabled on your browser.