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

rules.ClassTypeParameterName.md Maven / Gradle / Ivy


Restricts class generics parameters to be a single uppercase letter.

Valid:
````
class Deliverator  {}
````

Invalid:
````
class Invalidator  {}
class Invalidator  {}
class Invalidator  {}
````




© 2015 - 2024 Weber Informatics LLC | Privacy Policy