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
/
Primitive
Primitive
sealed
class
Primitive
<
T
:
Any
>
:
AnnotationArgument
(
source
)
An argument of one of the primitive types (+ String).
Inheritors
String
Boolean
Int
Float
Long
Double
Char
Byte
Short
Members
Members & Extensions
Properties
type
Link copied to clipboard
open
override
val
type
:
AnnotationParameterType.Primitive
<
T
,
*
>
value
Link copied to clipboard
abstract
val
value
:
T
Functions
as
Type
Link copied to clipboard
fun
<
A
:
AnnotationArgument
>
AnnotationArgument
.
asType
(
type
:
AnnotationParameterType
<
A
>
)
:
A
as
Type
Or
Null
Link copied to clipboard
fun
<
A
:
AnnotationArgument
,
T
:
AnnotationParameterType
<
A
>
>
AnnotationArgument
.
asTypeOrNull
(
type
:
T
)
:
A
?