kotlin.ParameterName
ParameterName
@Target([AnnotationTarget.TYPE]) annotation class ParameterName
Platform and version requirements: Kotlin 1.1
Annotates type arguments of functional type and holds corresponding parameter name specified by the user in type declaration (if any).
Constructors
ParameterName(name: String) Annotates type arguments of functional type and holds corresponding |