validator-spring icon indicating copy to clipboard operation
validator-spring copied to clipboard

Not applicable for TYPE_USE

Open luisalves00 opened this issue 3 years ago • 0 comments

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?

luisalves00 avatar Oct 21 '22 11:10 luisalves00