W3cubDocs

/Kotlin

ParameterName

Platform and version requirements: JVM (1.1), JS (1.1), Native (1.1)
@Target([AnnotationTarget.TYPE]) annotation class ParameterName

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

Constructors

Platform and version requirements: JVM (1.0), JS (1.0), Native (1.0)

<init>

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

<init>(name: String)

Properties

Platform and version requirements: JVM (1.0), JS (1.0), Native (1.0)

name

val name: String

© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-parameter-name/index.html