ParameterName

@Target(allowedTargets = [AnnotationTarget.TYPE])
annotation class ParameterName(val name: String)(source)

Annotates type arguments of functional type and holds corresponding parameter name specified by the user in type declaration (if any).

Since Kotlin

1.1
@Target(allowedTargets = [AnnotationTarget.TYPE])
annotation class ParameterName(val name: String)(source)

Annotates type arguments of functional type and holds corresponding parameter name specified by the user in type declaration (if any).

Since Kotlin

1.3

Properties

Link copied to clipboard
Since Kotlin 1.1
Since Kotlin 1.3