[hibernate-dev] [Bean Validation] @Digits => @DecimalRepresentation

Emmanuel Bernard emmanuel at hibernate.org
Wed Feb 18 10:01:24 EST 2009


I am considering renaming @Digits to @DecimalRepresentation to make  
room for the plural form

@interface DecimalRepresentations {
    DecimalRepresentation[]  value()
}

Any better name?



More information about the hibernate-dev mailing list