So is not possible to do: ```java 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?