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:
[email protected] (Saurav Tiwary)
See Also: