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

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

