In my Spring controller, I want to validate all @PathParams so that they are not null and have a content (they are all Strings).
I already tried using the @Validated