---
title: "NonSkippableComposable"
description: "This annotation can be applied to [Composable] functions in order to prevent code from being
generated which allow this function's execution to be skipped."
type: "class"
---

<div class='type'>Class</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER)
public annotation class NonSkippableComposable
```


This annotation can be applied to `Composable` functions in order to prevent code from being
generated which allow this function's execution to be skipped.



