See: Description
| Annotation Type | Description |
|---|---|
| Extensible |
This annotation denotes that the annotated type can be extended by others for
special purpose functionalities
|
| Immutable |
This annotation denotes that the annotated type is immutable and eventually
it becomes thread-safe.
|
| NotThreadSafe |
This annotation denotes that the annotated type is not thread-safe.
|
| Nullable |
The existence of this annotation indicates that the author believes that the
annotated field or method or parameter or local variable can accept null
values
|
| ThreadSafe |
This annotation denotes that the annotated type is thread-safe.
|