Class PreferredInterfaceType

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

public final class PreferredInterfaceType extends BugChecker implements BugChecker.CompilationUnitTreeMatcher
Tightens types which refer to an Iterable, Map, Multimap, etc.
See Also: