Annotation Type StringPattern
-
@Target(ANNOTATION_TYPE) @Retention(CLASS) public @interface StringPattern
A pattern structure for matching strings.If no properties are set, the default pattern matches any string.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
endsWith
Matches strings ending with the given suffix.java.lang.String
exact
Exact string content.java.lang.String
startsWith
Matches strings beginning with the given prefix.
-