| Enum | Description |
|---|---|
| Slow.Speed |
Documents how slow the operation is likely to be.
|
| VisibleForTesting.Visibility |
Documents the intended visibility.
|
| Annotation Type | Description |
|---|---|
| Slow |
Documents code that may be slow and therefore shouldn't be called from the UI
thread or other performance critical sections of the application.
|
| VisibleForTesting |
Documents code that has a higher visibility for testing purposes.
|