symbol-export
Toggle table of contents
0.0.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
symbol-export
symbols
/
dev.rnett.symbolexport.symbol.annotation
/
AnnotationArgument
/
Companion
/
of
of
fun
of
(
value
:
String
)
:
AnnotationArgument.String
(
source
)
fun
of
(
value
:
Boolean
)
:
AnnotationArgument.Boolean
(
source
)
fun
of
(
value
:
Int
)
:
AnnotationArgument.Int
(
source
)
fun
of
(
value
:
Float
)
:
AnnotationArgument.Float
(
source
)
fun
of
(
value
:
Long
)
:
AnnotationArgument.Long
(
source
)
fun
of
(
value
:
Double
)
:
AnnotationArgument.Double
(
source
)
fun
of
(
value
:
Char
)
:
AnnotationArgument.Char
(
source
)
fun
of
(
value
:
Byte
)
:
AnnotationArgument.Byte
(
source
)
fun
of
(
value
:
Short
)
:
AnnotationArgument.Short
(
source
)