Class UnusedTypeParameter

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

public final class UnusedTypeParameter extends BugChecker implements BugChecker.CompilationUnitTreeMatcher
A BugPattern; see the summary.
See Also: