---
title: "Compose Runtime Annotation API Reference"
---

## Installation
```kotlin
implementation("androidx.compose.runtime:runtime-annotation:1.11.0-beta02")
```
## Classes
- [DoNotRetain](/docs/androidx.compose.runtime/runtime-annotation/classes/DoNotRetain)
- [FrequentlyChangingValue](/docs/androidx.compose.runtime/runtime-annotation/classes/FrequentlyChangingValue)
- [Immutable](/docs/androidx.compose.runtime/runtime-annotation/classes/Immutable)
- [RememberInComposition](/docs/androidx.compose.runtime/runtime-annotation/classes/RememberInComposition)
- [Stable](/docs/androidx.compose.runtime/runtime-annotation/classes/Stable)
- [StableMarker](/docs/androidx.compose.runtime/runtime-annotation/classes/StableMarker)

