Package org.apache.http.annotation
package org.apache.http.annotation
Thread-safety annotations based on JCIP-ANNOTATIONS
Copyright (c) 2005 Brian Goetz and Tim Peierls. See http://www.jcip.net
Copyright (c) 2005 Brian Goetz and Tim Peierls. See http://www.jcip.net
-
Annotation InterfacesClassDescriptionThe field or method to which this annotation is applied can only be accessed when holding a particular lock, which may be a built-in (synchronization) lock, or may be an explicit java.util.concurrent.Lock.The class to which this annotation is applied is immutable.The class to which this annotation is applied is not thread-safe.The class to which this annotation is applied is thread-safe.