'Checkstyle: Annotation style must be 'COMPACT_NO_ARRAY'

I got this warning in my code and i haven't found anything that explained whats wrong. Could somebody explain how to solve this. Thank you very much.

@RequestMapping
(method = RequestMethod.POST, value = "", consumes = {"multipart/form-data"})

This is the Code that triggers the warning. The warning message is: Checkstyle: Annotation style must be 'COMPACT_NO_ARRAY'.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source