Solutions
Multiplatform
Server-side
Data science
Android
Docs
Community
Teach
Play
Playground
Examples
Koans
toggle menu
kotlin-metadata-jvm
2.0.20
jvm
switch theme
search in API
kotlin-metadata-jvm
/
kotlin.metadata
/
KmAnnotationArgument
/
StringValue
String
Value
data
class
StringValue
(
val
value
:
String
)
:
KmAnnotationArgument.LiteralValue
<
String
>
An annotation argument with a
String
type.
Members
Constructors
String
Value
Link copied to clipboard
constructor
(
value
:
String
)
Properties
value
Link copied to clipboard
open
override
val
value
:
String
The value of this argument.