Remove legacy input parameter construction
Closed this issue · 0 comments
loganharbour commented
Legacy input parameter construction (validParams<T>
) is being deprecated. Remove it and use the new input parameter construction (static InputParams validParams()
on the object).