Class InjectOnMemberAndConstructor

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.inject.InjectOnMemberAndConstructor
All Implemented Interfaces:
BugChecker.ClassTreeMatcher, Suppressible, Serializable

public class InjectOnMemberAndConstructor extends BugChecker implements BugChecker.ClassTreeMatcher
Checks if class constructor and members are both annotated as @Inject.
Author:
bhagwani@google.com (Sumit Bhagwani)
See Also: