Class FunctionalInterfaceClash

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

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