| Exception | Description |
|---|---|
| UncheckedException |
Used to wrap a checked exception to be thrown where a checked exception cannot be thrown.
|
| Annotation Type | Description |
|---|---|
| Blocks | |
| NonBlocking |
Declares that a method or function-like method parameter is non-blocking and can freely use Promise and other async constructs.
|
| Nullable |
Denotes that something may be null.
|