Package net.jcip.annotations
-
Annotation Types Summary Annotation Type Description GuardedBy The presence of this annotation indicates that the field or method must only be accessed when holding the specified lock.Immutable The presence of this annotation indicates that the author believes the class to be immutable and hence inherently thread-safe.NotThreadSafe The presence of this annotation indicates that the author believes the class is not thread-safe.ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe.