[hibernate-issues] [Hibernate-JIRA] Created: (HV-504) Wrong example in Annotation Processor section of the Hibernate Validator overview web page

Kevin Pollet (JIRA) noreply at atlassian.com
Thu Jul 7 13:26:54 EDT 2011


Wrong example in Annotation Processor section of the Hibernate Validator overview web page
------------------------------------------------------------------------------------------

                 Key: HV-504
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HV-504
             Project: Hibernate Validator
          Issue Type: Task
            Reporter: Kevin Pollet
            Assignee: Hardy Ferentschik
             Fix For: 4.3.0.next


Currently Hibernate Validator overview web page says that the Annotation Processor can verify the following thing:

{quote}Annotated strings with @Min to specify a minimum length even though you should have used @Size{quote}

This sentence should be replaced by the following (used in the reference guide) because HV allows the use of @Min constraint on String.  

{quote}Specifying constraint annotations at unsupported data types (e.g. by annotating a String with @Past){quote}

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