Package voldemort.annotations.concurrency

Advisory annotations for threadsafety.

See:
          Description

Annotation Types Summary
Immutable Claims that a given class is immutable
LockedBy Indicates the lock that protects a given variable
NotThreadsafe Indicates that a class is not threadsafe, or tells implementors of an interface that their class need not be threadsafe
Threadsafe Claims that a class is threadsafe or admonishes implementors of an interface to ensure that their implementation is threadsafe.
 

Package voldemort.annotations.concurrency Description

Advisory annotations for threadsafety.



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu