LiveLiteralFileInfo
Kotlin
|Java
annotation class LiveLiteralFileInfo
androidx.compose.runtime.internal.LiveLiteralFileInfo |
This annotation is applied to LiveLiteral classes by the Compose Compiler. It is intended to be used to provide information useful to tooling.
Summary
Public constructors | |
---|---|
This annotation is applied to LiveLiteral classes by the Compose Compiler. |
Properties | |
---|---|
String |
The file path of the file the associate LiveLiterals class was produced for |
Public constructors
<init>
LiveLiteralFileInfo(file: String)
This annotation is applied to LiveLiteral classes by the Compose Compiler. It is intended to be used to provide information useful to tooling.
Parameters | |
---|---|
file: String | The file path of the file the associate LiveLiterals class was produced for |