New Parameter
data class NewParameter(val name: String, val type: MutableClassReference, val annotations: List<AnnotationInstance> = emptyList())
Represents the configuration for a new MutableParameter being added to a method or constructor.
Constructors
Link copied to clipboard
constructor(name: String, type: MutableClassReference, annotations: List<AnnotationInstance> = emptyList())