| Annotation Type | Description |
|---|---|
| Internal |
Class and methods annotated with
Internal are
for internal use and should not be used by user directly
as they can change and break anytime. |
| Local |
Class and methods annotated with
Local are
represents code which created locally and not in sync with
Google Brotli upstream repository. |
| Upstream |
Class and methods annotated with
Upstream are
directly pulled from Google Brotli upstream repository
without any change in function and parameters. |
Copyright © 2024. All rights reserved.