Annotation Type KeyPattern.Value

Enclosing class:
KeyPattern

@Documented @Pattern("[a-z0-9_\\-./]+") @Retention(CLASS) @Target({FIELD,LOCAL_VARIABLE,METHOD,PARAMETER}) public static @interface KeyPattern.Value
An annotation used to annotate elements that must match against a valid Key value pattern.
Since:
4.14.0