Class MisplacedScopeAnnotations

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

public class MisplacedScopeAnnotations extends BugChecker implements BugChecker.MethodTreeMatcher, BugChecker.VariableTreeMatcher
Bug checker for when a scope annotation is used at injection site, which does not have any effect on the injected values.
See Also: