Class InterfaceTypeParameterNameCheck

  • All Implemented Interfaces:
    Configurable, Contextualizable

    public class InterfaceTypeParameterNameCheck
    extends AbstractNameCheck

    Checks that interface type parameter names conform to a specified pattern.

    • Property format - Sets the pattern to match valid identifiers. Type is java.util.regex.Pattern. Default value is "^[A-Z]$".

    Parent is com.puppycrawl.tools.checkstyle.TreeWalker

    Violation Message Keys:

    • name.invalidPattern
    Since:
    5.8