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

public final class Validator extends BugChecker implements BugChecker.MethodTreeMatcher
Checker that ensures the @InlineMe annotation is used correctly.
See Also: