Gunnar Morling
updated
an issue
Hibernate Validator
/
HV-910
Support constraints given via type parameters of generic methods
Change By:
Gunnar Morling
In addition to class-level constraints given via type parameters, the same should be possible for type parameters of generic methods:
{code}
public <@NotNull N extends Number> N multiply(N factor1, N factor2)
{code}
Add Comment
This message was sent by Atlassian JIRA
(v6.3-OD-08-005-WN#6328-
sha1:aae40f7
)