AnnotationTarget

Contains the list of code elements which are the possible annotation targets

Since Kotlin

1.0

Contains the list of code elements which are the possible annotation targets

Since Kotlin

1.3

Entries

Link copied to clipboard

Class, interface or object, annotation class is also included

Class, interface or object, annotation class is also included

Link copied to clipboard

Annotation class only

Annotation class only

Link copied to clipboard

Generic type parameter

Generic type parameter (unsupported yet)

Link copied to clipboard

Property

Property

Link copied to clipboard

Field, including property's backing field

Field, including property's backing field

Link copied to clipboard

Local variable

Local variable

Link copied to clipboard

Value parameter of a function or a constructor

Value parameter of a function or a constructor

Link copied to clipboard

Constructor only (primary or secondary)

Constructor only (primary or secondary)

Link copied to clipboard

Function (constructors are not included)

Function (constructors are not included)

Link copied to clipboard

Property getter only

Property getter only

Link copied to clipboard

Property setter only

Property setter only

Link copied to clipboard

Type usage

Type usage

Link copied to clipboard

Any expression

Any expression

Link copied to clipboard

File

File

Link copied to clipboard

Type alias

Type alias

Properties

Link copied to clipboard
Since Kotlin 1.0
Since Kotlin 1.3
Link copied to clipboard
Since Kotlin 1.0
Since Kotlin 1.3

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Since Kotlin 1.0

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Since Kotlin 1.3
Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Since Kotlin 1.0

Returns an array containing the constants of this enum type, in the order they're declared.

Since Kotlin 1.3