(Available since v1.1)
Requires that the annotated element be a valid ICCID (International Circuit Card Identifier), according to ITU E. 118
Javadoc Ref :
@ICCID
Input Types 1 |
Number, CharSequence, byte, int, short, long, double, float |
Output Types |
Same as input |
1Automatic conversion will take place if the provided input does not match any of the input classes, as described in the conversions part of the manual.
ignoreNonDigits |
Whether nondigt characters are ignored. Default is false |
ignoreChars |
Set of characters to ignore. Default is "". |
message |
Literal message to use if validation fails. |
errorCode |
Error code to use if validation fails. |
messageKey |
Message key to use if validation fails. |
@ICCID
private String simCardID;