| 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 is non blocking, making no guarantees about when it will return.
|
| Nullable |
Denotes that something may be null.
|