[hibernate-issues] [Hibernate-JIRA] Updated: (HV-455) Verify in the annotation processor that the groups parameter in a constraint declaration contains only interfaces

Kevin Pollet (JIRA) noreply at atlassian.com
Sat Mar 19 07:51:09 EDT 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HV-455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Pollet updated HV-455:
----------------------------

    Description: 
When a constraint is defined, it's possible to specify the groups it belongs. The section 3.5 of the specification says:

{quote}Groups are represented by interfaces.{quote}

Consequently, the annotation processor should check that only interfaces are used in the {{groups}} parameter of a constraint declaration.

  was:
When a constraint is defined, it's possible to specify the groups it belongs. The section 3.5 of the specification says:

{{quote}}Groups are represented by interfaces.{{quote}} 

Consequently, the annotation processor should check that only interfaces are used in the {{groups}} parameter of a constraint declaration.


> Verify in the annotation processor that the groups parameter in a constraint declaration contains only interfaces
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: HV-455
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HV-455
>             Project: Hibernate Validator
>          Issue Type: New Feature
>          Components: annotation-processor
>            Reporter: Kevin Pollet
>             Fix For: 4.x
>
>
> When a constraint is defined, it's possible to specify the groups it belongs. The section 3.5 of the specification says:
> {quote}Groups are represented by interfaces.{quote}
> Consequently, the annotation processor should check that only interfaces are used in the {{groups}} parameter of a constraint declaration.

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