...
The majority of developers these days have larger, widescreen monitors. To that end, the code should favor longer lines, rather than breaking a line into multiple lines. Thus, method signatures, unless exceptionally long, should appear on one line.
The current recommendation for line length is 140 characters.
Validation
All classes that will be managed by Spring should leverage the JaValid annotations for dependency checking of properties at deployment time.
...