Annotation Interface TagPattern


@Documented @Retention(CLASS) @Target({METHOD,FIELD,PARAMETER,LOCAL_VARIABLE}) @Pattern("[!?#]?[a-z0-9_-]*") public @interface TagPattern
A Tag name must match this pattern. This is used to validate tag names. Uses TAG_NAME_REGEX.
Since:
4.14.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The tag name regex.
  • Field Details