All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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