Annotation Type StringPattern
-
@Target(ANNOTATION_TYPE) @Retention(CLASS) public @interface StringPatternA 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.StringendsWithMatches strings ending with the given suffix.java.lang.StringexactExact string content.java.lang.StringstartsWithMatches strings beginning with the given prefix.
-