The work on Bean Validation 2.0 is in full swing and there is an issue where we could benefit from your help. Recently we have been discussing whether any new constraints should be added to the specification or not. Traditionally, Bean Validation stayed on the conservative side of things in this regard. It defined only some generically applicable and widely useful constraints in the specification itself, e.g. @NotNull, @Size or @Pattern. Now Marco Molteni did a very interesting analysis on th...