[hibernate-issues] [Hibernate-JIRA] Created: (BVAL-91) Rename Constraint related classes to improve readability

Emmanuel Bernard (JIRA) noreply at atlassian.com
Sun Jan 25 17:33:38 EST 2009


Rename Constraint related classes to improve readability
--------------------------------------------------------

                 Key: BVAL-91
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/BVAL-91
             Project: Bean Validation
          Issue Type: Improvement
          Components: spec-general
    Affects Versions: 1.0 public draft
            Reporter: Emmanuel Bernard
             Fix For: 1.0 proposed final draft


Constraint (the interface used by constraint validation implementations) => ConstraintValidator
ConstraintDescriptor.getConstraintClass() => ConstraintDescriptor.getConstraintValidatorClass()
@ConstraintValidator (the annotation marking an annotation as BV Constraint => @Constraint(validatedBy)
ConstraintContext => ConstraintValidatorContext

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