Annotation Type KeyPattern.Namespace


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