Open
Description
Issue by mscharhag
Saturday May 26, 2018 at 15:08 GMT
Originally opened as mvc-spec/mvc-spec#161
Hello,
I am wondering why @MvcBinding
can only be used on fields, methods and parameters. (Probably because JAX-RS binding annotations can only be used on this types?)
Annotating all fields of a JAX-RS bean parameter with @MvcBinding
looks way more common to me than annotating some fields and some not. Wouldn't it be convenient if a class could be annotated with @MvcBinding
instead of annotating each field separately?
Maybe I am missing something here?
Metadata
Metadata
Assignees
Labels
No labels