Package net.jcip.annotations


package net.jcip.annotations
  • Annotation Types
    Class
    Description
    The presence of this annotation indicates that the field or method must only be accessed when holding the specified lock.
    The presence of this annotation indicates that the author believes the class to be immutable and hence inherently thread-safe.
    The presence of this annotation indicates that the author believes the class is not thread-safe.
    The presence of this annotation indicates that the author believes the class to be thread-safe.