validator-spring
validator-spring copied to clipboard
Not applicable for TYPE_USE
So is not possible to do:
private Collection<@SpELAssert(value = "..."), @NotBlank String> items = new HashSet<>();
Any reason this is not possible? or is just adding TYPE_USE to the annotation and it will work?