JSR-303/JSR-349 annotations to check bean entries (interfaces).
JSR-303/JSR-349/JSR-380 annotations to check bean entries (implementations).
-
@interface
The annotated element must be a valid International Bank Account Number.
Supported types are Strings, other Objects are transfered to Strings, null elements
are considered valid.
@interface
The annotated element must be a valid International Standard Book Number in the short (10 digits)
format.
Supported types are Strings, other Objects are transfered to Strings, null elements
are considered valid.
@interface
The annotated element must be a valid International Standard Book Number in the long (13 digits)
format.
Supported types are Strings, other Objects are transfered to Strings, null elements
are considered valid.
-
final void
initialize the validator.