G I N T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
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.
All Classes All Packages