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
/
AnnotationParameter
Annotation
Parameter
data
class
AnnotationParameter
<
P
:
AnnotationParameterType
<
*
>
>
(
val
name
:
String
,
val
index
:
Int
,
val
type
:
P
)
(
source
)
An annotation parameter definition.
Members
Constructors
Annotation
Parameter
Link copied to clipboard
constructor
(
name
:
String
,
index
:
Int
,
type
:
P
)
Properties
index
Link copied to clipboard
val
index
:
Int
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
P