| Annotation Type | Description |
|---|---|
| Experimental |
Annotation to mark classes for experimental development.
|
| Internal |
Annotation to mark classes or methods as an internal development API.
|
| VisibleForTesting |
A member or type annotated with
VisibleForTesting declares that it is only visible for
testing purposes. |
Copyright © 2025. All rights reserved.