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

rules.MethodTypeParameterName.md Maven / Gradle / Ivy


Restricts method generics parameters to be a single uppercase letter.

Valid:
````
List getItems() {}
````

Invalid:
````
List getItems() {}
List getItems() {}
List getItems() {}
````




© 2015 - 2024 Weber Informatics LLC | Privacy Policy