Class PublicApiNamedStreamShouldReturnStream

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

public class PublicApiNamedStreamShouldReturnStream extends BugChecker implements BugChecker.MethodTreeMatcher
Checks if public APIs named "stream" returns a type whose name ends with Stream.
Author:
sauravtiwary@google.com (Saurav Tiwary)
See Also: