LiveLiteralInfo
-
Cmn
@ComposeCompilerApi
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
@Retention(value = AnnotationRetention.RUNTIME)
annotation LiveLiteralInfo
This annotation is applied to functions on the LiveLiteral classes created by the Compose Compiler. It is intended to be used to provide information useful to tooling.
Summary
Public constructors |
|
|---|---|
LiveLiteralInfo(key: String, offset: Int) |
Cmn
|
Public properties |
||
|---|---|---|
String |
The unique identifier for the literal. |
Cmn
|
Int |
The startOffset of the literal in the source file at the time of compilation. |
Cmn
|