You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having taken a quick look through the code I'd guess it should be as easy as to add those two target enum values.
Otherwise it appears to be pretty useless in a typical situation when you need to annotate multi-value query param in JAX-RS resource method definition, like this:
Hi Jakob,
Nice set of handy validators, thanks! (and shame on http://beanvalidation.org to not support them out of the box though).
But I'm curious if it's possible to extend annotations' target to method params and constructor arguments as well?
E.g. for
@Size
annotation:Having taken a quick look through the code I'd guess it should be as easy as to add those two target enum values.
Otherwise it appears to be pretty useless in a typical situation when you need to annotate multi-value query param in JAX-RS resource method definition, like this:
The text was updated successfully, but these errors were encountered: