Class RefersToDaggerCodegen

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.inject.dagger.RefersToDaggerCodegen
All Implemented Interfaces:
BugChecker.MethodInvocationTreeMatcher, Suppressible, Serializable

public final class RefersToDaggerCodegen extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Checks that the only code that refers to Dagger generated code is other Dagger generated code.
See Also: