quarkusio/gizmo

Support setting method parameter names

Closed this issue · 0 comments

I need to generate methods with Bean Validation annotations, such as foo(@NotEmpty String param) and if I can't set the method parameter name, then I can't obtain the right validation constraint cause (param).