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

rules.StaticVariableName.md Maven / Gradle / Ivy


Checks the format of `static`, non-`final` variable names.

Identifiers must match `^[a-z][a-zA-Z0-9]*$`.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy