We have some problem with mandatory / not blank + else literal validators, because we have to skipp checking empty string in other validators.
Proposition of resolve this problem: we provide priority for validators, where mandatory and not empty should have priority: Long.MAX_VALUE and Long.MAX_VALUE -1 ;)
This should be done on BE and FE.