-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
03. Coding conventions
Ilkka Seppälä edited this page Mar 30, 2025
·
8 revisions
The code should be formatted according to Google Java Style Guide.
The coding conventions are automatically checked and applied with Maven Spotless plugin.
The code files should have a license header in place. This is applied automatically using ./mvnw license:format
command.
We squash the incoming pull requests, so it doesn't really matter.