See: Description
Annotation Type | Description |
---|---|
Experimental |
The field or method to which this annotation is applied is marked as experimental.
|
GuardedBy |
The 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.
|
Immutable |
The class to which this annotation is applied is immutable.
|
NotThreadSafe |
The class to which this annotation is applied is not thread-safe.
|
Obsolete |
The field or method to which this annotation is applied is marked as implementing
requirements of the HTTP protocol or a related protocol that are now obsolete.
|
ThreadSafe |
The class to which this annotation is applied is thread-safe.
|
Copyright (c) 2005 Brian Goetz and Tim Peierls. See http://www.jcip.net