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
-
Field Details
-
TAG_NAME_REGEX
The tag name regex.- Since:
- 5.0.0
- See Also:
-