Annotation Interface KeyPattern.Namespace
- Enclosing class:
KeyPattern
@Documented
@Pattern("^(?!\\.\\.$)[a-z0-9_.-]+$")
@Retention(CLASS)
@Target({FIELD,LOCAL_VARIABLE,METHOD,PARAMETER})
public static @interface KeyPattern.Namespace
- Since:
- 4.14.0
KeyPattern