---
title: "DecoyImplementation"
description: "With decoys enabled, indicates composable implementation function created by compiler plugin."
type: "class"
---

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


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

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


```kotlin
@ExperimentalComposeApi
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.CONSTRUCTOR)
public annotation class DecoyImplementation(val name: String, val id: Long)
```


With decoys enabled, indicates composable implementation function created by compiler plugin.

#### Parameters

| | |
| --- | --- |
| name | Name of this implementation function. |
| id | Id from original function signature to distinguish overloads. |




