Reports when a
@Pattern
annotation is applied to an element with a type other than
String
.
Example:
@Pattern("\\d\\d")
int
i;