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.1
@Target(allowedTargets = [AnnotationTarget.TYPE])
annotation class ParameterName(val name: String)

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

Since Kotlin

1.1

Properties

Link copied to clipboard