TargetParameter

fun TargetParameter(    name: String,     index: Int,     type: TypeName,     hasDefault: Boolean,     jsonName: String? = null,     jsonIgnore: Boolean = false,     qualifiers: Set<AnnotationSpec>? = null)