kotlinpoet
1.12.0
kotlinpoet
/
com.squareup.kotlinpoet
/
AnnotationSpec
/
UseSiteTarget
Use
Site
Target
enum
UseSiteTarget
:
Enum
<
AnnotationSpec.UseSiteTarget
>
Content copied to clipboard
Entries
Properties
Entries
DELEGATE
Link copied to clipboard
DELEGATE
(
"delegate"
)
Content copied to clipboard
SETPARAM
Link copied to clipboard
SETPARAM
(
"setparam"
)
Content copied to clipboard
PARAM
Link copied to clipboard
PARAM
(
"param"
)
Content copied to clipboard
RECEIVER
Link copied to clipboard
RECEIVER
(
"receiver"
)
Content copied to clipboard
SET
Link copied to clipboard
SET
(
"set"
)
Content copied to clipboard
GET
Link copied to clipboard
GET
(
"get"
)
Content copied to clipboard
FIELD
Link copied to clipboard
FIELD
(
"field"
)
Content copied to clipboard
PROPERTY
Link copied to clipboard
PROPERTY
(
"property"
)
Content copied to clipboard
FILE
Link copied to clipboard
FILE
(
"file"
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard