jakartaee / validation-spec

Jakarta Validation spec document
http://beanvalidation.org
Apache License 2.0
20 stars 21 forks source link

BVAL-666 Making explicit that container element constraints and @Vali… #210

Closed gunnarmorling closed 7 years ago

gunnarmorling commented 7 years ago

…d are not supported for type parameters and within type definitions

https://hibernate.atlassian.net/projects/BVAL/issues/BVAL-666

gsmet commented 7 years ago

Merged, thanks!

gunnarmorling commented 7 years ago

How should it be changed, just passing an instance of T for the sake of the example?

mbenson commented 7 years ago

That sounds better than Class, and is easy too.

Matt

On Jun 21, 2017 7:47 AM, "Gunnar Morling" notifications@github.com wrote:

How should it be changed, just passing an instance of T for the sake of the example?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/beanvalidation/beanvalidation-spec/pull/210#issuecomment-310067457, or mute the thread https://github.com/notifications/unsubscribe-auth/AAdwJmn5_qqKWGUOT9kHKTjwsAvBv_Jqks5sGRDEgaJpZM4OAkiy .

gunnarmorling commented 7 years ago

Ok, cool. Sent https://github.com/beanvalidation/beanvalidation-spec/pull/214.