| Implementation of the
Matches value Validator
This class implements the
Matches validator. It checks the
value of the annotation against the provided regular expression. If the
value does not match, the regular expression is not correct, or
the @Matches annotation is placed on an attribute of type
different than String an ERROR is reported.
|