Hello. I tried to use ability to put type use validation constraint and met two problems: 1 - Constraints not work for Map keys 2 - Most major - constraints failed with internal exception if we use structure like this: @NotNull @Valid Map<String, @NotBlankTypeUse String> data I attached mini project which reproduce the bug. Run ValidatorTest to see results |