| Annotation Type | Description |
|---|---|
| API |
Marks an element as being safe for external use.
|
| Asynchronous |
Marks a method as being run asynchronously.
|
| Configurable | |
| Configurable.Bounded | |
| Configurable.Comment | |
| Configurable.Header | |
| Configurable.Keyed | |
| Configurable.Overwrite | |
| Configurable.Regex | |
| Configurable.Serialise | |
| Debug | |
| DoNotInstantiate |
A class or constructor that should never be used by external classes.
|
| Internal |
Marks an element as being only for internal use.
|
| Supports | |
| Unmodifiable |
Marks an element as being unsafe for modification.
|
| Unsafe |
Marks an element as being unsafe for use.
|
Copyright © 2020. All rights reserved.