Custom Bean Validation (JSR-303) Annotations

I’ve got some java code that I would like to port to kotlin. It makes heavy use of bean validation annotations. I’ve already run into the limitation of not being able to decorate a field with repeated annotations (see here: Issue with repeated Java 8 annotations), and that is certainly complicating…