Annotation Type Regex
- 
@Retention(RUNTIME) @Target(FIELD) public @interface Regex 
- 
- 
Field Summary
Fields Modifier and Type Fields Description static java.lang.StringDEFAULT_MESSAGE 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringpattern 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Stringmessage 
 -