Closed pschyma closed 1 year ago
Making a method parameter final that is also annotated with @InputArgument creates a warning hint about not matching the schema. Removing the final modifier removes the hint.
@InputArgument
Thanks for reporting. Please suppress the warning for the time being while we work on a fix for this.
Making a method parameter final that is also annotated with
@InputArgument
creates a warning hint about not matching the schema. Removing the final modifier removes the hint.