@Target(value={ANNOTATION_TYPE,PARAMETER,TYPE_USE})
@Retention(value=RUNTIME)
@LowerChars
@UpperChars
@Documented
public @interface AlphaChars
@ForAll.
When used with String parameters it can be combined with other char constraining annotations.
In that case the set of possible characters is expanded by each annotation.ForAll