klyn.reflection.Parameter.Parameter
constructor
public Parameter(name as String, type as Type, annotations as IList<Annotation> = []):
Description

Builds parameter metadata.

Parameters
ParameterDescription
nameParameter name.
typeParameter type metadata.
annotationsParameter annotations.
Example
param = Parameter("id", Int.type, [])
assert param.annotations.size == 0