[
http://opensource.atlassian.com/projects/hibernate/browse/HV-90?page=com....
]
Hardy Ferentschik commented on HV-90:
-------------------------------------
For the record. We use jtype to support the constructs of the type:
@MyConstraint
Collection<String> element;
@MyConstraint
Collection<? extends Number> element;
@Constraint(validatedBy={CollectionOfStringValidator.class,
CollectionOfNumberValidator.class})
@interface MyConstraint;
Use jType for generic style subclass discovery
----------------------------------------------
Key: HV-90
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HV-90
Project: Hibernate Validator
Issue Type: New Feature
Components: engine
Reporter: Emmanuel Bernard
Assignee: Hardy Ferentschik
Fix For: 4.0.0.Alpha3
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira