[hibernate-issues] [Hibernate-JIRA] Commented: (BVAL-91) Rename Constraint related classes to improve readability
Emmanuel Bernard (JIRA)
noreply at atlassian.com
Sun Jan 25 22:02:38 EST 2009
[ http://opensource.atlassian.com/projects/hibernate/browse/BVAL-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32188#action_32188 ]
Emmanuel Bernard commented on BVAL-91:
--------------------------------------
ConstraintFactory => ConstraintValidatorFactory
> 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