Search Java Classes and Packages
Search Java Frameworks and Libraries
#Apache.http.annotation Classes and Interfaces - 4 results found.
| Name | Description | Type | Package | Framework |
| 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, | Class | apache.http.annotation | Apache HttpComponents |
|
| Immutable | The class to which this annotation is applied is immutable. | Class | apache.http.annotation | Apache HttpComponents |
|
| NotThreadSafe | The class to which this annotation is applied is not thread-safe. | Class | apache.http.annotation | Apache HttpComponents |
|
| ThreadSafe | The class to which this annotation is applied is thread-safe. | Class | apache.http.annotation | Apache HttpComponents |