Decoy
-
Cmn
@ExperimentalComposeApi
@Target(allowedTargets = [AnnotationTarget.FUNCTION, AnnotationTarget.CONSTRUCTOR])
annotation Decoy
With decoys enabled, indicates original composable function that was stubbed by compiler plugin. Provides metadata to link it with the implementation function generated by compiler.
Summary
Public properties |
||
|---|---|---|
Array<String> |
Serialized signature of the actual composable function. |
Cmn
|
String |
Name of the implementation function which this composable was copied to. |
Cmn
|
Public properties
targetName
val targetName: String
Name of the implementation function which this composable was copied to.