[hibernate-issues] [Hibernate-JIRA] Created: (HV-451) The annotation processor should check @GroupSequence

Kevin Pollet (JIRA) noreply at atlassian.com
Sat Mar 12 13:08:08 EST 2011


The annotation processor should check @GroupSequence
----------------------------------------------------

                 Key: HV-451
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HV-451
             Project: Hibernate Validator
          Issue Type: New Feature
          Components: annotation-processor
            Reporter: Kevin Pollet
             Fix For: 4.x


The AP should check that the {{GroupSequence}} definition is valid. For example, the AP could check that:

 * the class list contains the hosting bean class (for default group sequence re-definition)
 * the class list contains only interface
 * the defined group sequence is expandable (no cyclic definition)
 * ...

-- 
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