The documentation for @Postive mentions that it supports CharSequence but no implementation is found, I have attached a screenshot for your reference.
{{@Positive}}
Checks if the element is strictly positive. Zero values are considered invalid.
*Supported data types*
{{BigDecimal}}, {{BigInteger}}, {{byte}}, {{short}}, {{int}}, {{long}} and the respective wrappers of the primitive types; additionally supported by HV: any sub-type of {{CharSequence}} (the numeric value represented by the character sequence is evaluated), any sub-type of {{Number}} and {{javax.money.MonetaryAmount}} |
|