Annotation Type | Description |
---|---|
NotNull |
The annotated element shall not be
null . |
Nullable |
The annotated parameter might be
null . |
UnsupportedOperation |
The annotated method is not currently supported and throws an
UnsupportedOperationException when called. |