The following fails to format: ``` public @ResponseBody ResponseEntity<?> myMethod(@RequestParam String uri) { ``` Is this simply not supported or is there a configuration option I'm missing?
The following fails to format:
Is this simply not supported or is there a configuration option I'm missing?