Class TypeParameterNaming

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.TypeParameterNaming
All Implemented Interfaces:
BugChecker.TypeParameterTreeMatcher, Suppressible, Serializable

public class TypeParameterNaming extends BugChecker implements BugChecker.TypeParameterTreeMatcher
Enforces type parameters match the google style guide.
Author:
siyuanl@google.com (Siyuan Liu), glorioso@google.com (Nick Glorioso)
See Also: