| Annotation Type | Description |
|---|---|
| Experimental |
This annotation indicates that an API is experimental an can be subject
to change in later versions.
|
| Immutable |
A marker annotation interface which marks a class as immutable.
|
| NotNull |
An annotation which is used for indicating that something can not be
null. |
| Nullable |
An annotation which is used for indicating that something can be
null. |
| ReadOnly |
This is an informal annotation which indicates that the method returns
a read-only type.
|
| ThreadSafe |
An annotation which is used for indicating that a class or method is thread safe.
|
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.