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
/
CharValue
Char
Value
data
class
CharValue
(
val
value
:
Char
)
:
KmAnnotationArgument.LiteralValue
<
Char
>
An annotation argument with a
Char
type.
Members
Constructors
Char
Value
Link copied to clipboard
constructor
(
value
:
Char
)
Properties
value
Link copied to clipboard
open
override
val
value
:
Char
The value of this argument.