DecoyImplementation

Class

Common
@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

nameName of this implementation function.
idId from original function signature to distinguish overloads.