UseSiteTarget

enum UseSiteTarget : Enum<AnnotationSpec.UseSiteTarget>

Entries

DELEGATE
Link copied to clipboard
DELEGATE("delegate")
SETPARAM
Link copied to clipboard
SETPARAM("setparam")
PARAM
Link copied to clipboard
PARAM("param")
RECEIVER
Link copied to clipboard
RECEIVER("receiver")
SET
Link copied to clipboard
SET("set")
GET
Link copied to clipboard
GET("get")
FIELD
Link copied to clipboard
FIELD("field")
PROPERTY
Link copied to clipboard
PROPERTY("property")
FILE
Link copied to clipboard
FILE("file")

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int