On Wed, 18 Feb 2009 16:01:24 +0100, Emmanuel Bernard
<emmanuel(a)hibernate.org> wrote:
I am considering renaming @Digits to @DecimalRepresentation to make
room
for the plural form
@interface DecimalRepresentations {
DecimalRepresentation[] value()
}
Any better name?
What' about @Number and @Numbers?
--Hardy