Class AmbiguousMethodReference

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

public class AmbiguousMethodReference extends BugChecker implements BugChecker.ClassTreeMatcher
A BugChecker; see the associated BugPattern annotation for details.
See Also: