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

rules.AbbreviationAsWordInName.md Maven / Gradle / Ivy


Enforces proper `CamelCase` and avoids sequences of consecutive uppercase characters in identifiers. Does not apply to @Overridden methods.

Valid:
````
class DaoManager {}
````

Invalid:
````
class DAOManager {}
````




© 2015 - 2024 Weber Informatics LLC | Privacy Policy