Skip to content

Files

Latest commit

 

History

History
20 lines (11 loc) · 379 Bytes

MethodTypeParameterName.md

File metadata and controls

20 lines (11 loc) · 379 Bytes

Pattern: Invalid method type parameter name

Issue: -

Description

Validates identifiers for method type parameters.

Examples

To configure the check:

<module name="MethodTypeParameterName"/>

Further Reading