-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
It's not available to create spec contains List type with default value.
For example, spec intParams = [int]
generate list of integers.
But default value for list will be ignored intParams = [int] | [1,2,3]
. As workaround optional
annotation can be used with default value in the code.
carloscaldas
Metadata
Metadata
Assignees
Labels
No labels