[hibernate-issues] [Hibernate-JIRA] Commented: (HV-90) Use jType for generic style subclass discovery
Hardy Ferentschik (JIRA)
noreply at atlassian.com
Tue Mar 31 05:01:40 EDT 2009
[ http://opensource.atlassian.com/projects/hibernate/browse/HV-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32740#action_32740 ]
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.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list