Class NonApiType

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

public final class NonApiType extends BugChecker implements BugChecker.MethodTreeMatcher
Flags instances of non-API types from being accepted or returned in APIs.
See Also: