Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork27.2k
03. Coding conventions
Ilkka Seppälä edited this pageMar 30, 2025 ·8 revisions
The code should be formatted according toGoogle 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.