AnnotationTarget
Contains the list of code elements which are the possible annotation targets
Since Kotlin
1.0Contains the list of code elements which are the possible annotation targets
Since Kotlin
1.3Entries
Annotation class only
Annotation class only
Generic type parameter
Generic type parameter (unsupported yet)
Local variable
Local variable
Value parameter of a function or a constructor
Value parameter of a function or a constructor
Constructor only (primary or secondary)
Constructor only (primary or secondary)
Property getter only
Property getter only
Property setter only
Property setter only
Any expression
Any expression
Properties
Functions
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.)
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.)
Returns an array containing the constants of this enum type, in the order they're declared.
Returns an array containing the constants of this enum type, in the order they're declared.