This repository has been archived by the owner on Dec 15, 2018. It is now read-only.
Allow @MvcBinding
on classes
#196
Labels
@MvcBinding
on classes
#196
As mentioned in mvc-spec/mvc-spec#161, it would be really nice to allow
@MvcBinding
on classes to simplify the creation of form classes used with@BeanParam
. JAX-RS doesn't provide the required information. Maybe we can use some other trick to identify theAnnotatedElement
for which theParamConverterProvider
is invoked so we can also check the class for annotations?The text was updated successfully, but these errors were encountered: