rules.ModifierOrder.md Maven / Gradle / Ivy
Check that modifiers are in the following order:
* `public`
* `protected`
* `private`
* `abstract`
* `static`
* `final`
* `transient`
* `volatile`
* `synchronized`
* `native`
* `strictfp`
Type annotations are ignored.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy