Code Style: Difference between revisions

Content deleted Content added
Chill (talk | contribs)
Add Spotless as a separate section because it covers a huge part of the formatting
Chill (talk | contribs)
Line 30: Line 30:


Java source files have the following ordering:
Java source files have the following ordering:
* Beginning comments
# Beginning comments
* Package and Import statements
# Package and Import statements
* Class and interface declaration(s)
# Class and interface declaration(s)


==== Beginning Comments ====
==== Beginning Comments ====