Annotation Interface Regex
When this annotation is used on a String the value will be validated using the provided regex pattern.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueA regex pattern that will be used to validate the property.- Returns:
- The regex pattern used to validate the property.
-