| Annotation Type | Description |
|---|---|
| CheckReturnValue |
Documents that the return value of a method should not be ignored.
|
| DoNotImplement |
Documents that an interface MUST NOT be implemented by the user.
|
| Immutable |
Documents that the annotated type is immutable.
|