Class AsyncCallableReturnsNull

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

public final class AsyncCallableReturnsNull extends BugChecker
Checks that AsyncCallable implementations do not directly return null.
See Also: