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

rules.RedundantModifier.md Maven / Gradle / Ivy


Checks for redundant modifiers. Checks for:

* Interface and annotation definitions.
* Final modifier on methods of final and anonymous classes.
* Inner interface declarations that are declared as static.
* Class constructors.
* Nested enum definitions that are declared as static.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy