ParameterDescriptor

data class ParameterDescriptor(val name: String, val type: TypeDescriptor, val annotations: List<AnnotationDescriptor>) : Serializable

Constructors

Link copied to clipboard
constructor(name: String, type: TypeDescriptor, annotations: List<AnnotationDescriptor>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard