As the specification's source code on Github contains similar flaws I strongly believe it is just a typo and thus checked the original jsr-352 specification (Batch Applications for the Java Platform 1.0). It says:
Wildcards of "*" and "?" may be used. "*" matches zero or more characters. "?" matches exactly one character.
Thus I strongly believe the same wildcards still apply in Jakarta Batch 2.1.