Class OverridesGuiceInjectableMethod

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

public class OverridesGuiceInjectableMethod extends BugChecker implements BugChecker.MethodTreeMatcher
This checker matches methods that 1) are not themselves annotated with @Inject (neither javax.inject.Inject nor com.google.inject.Inject) 2) descend from a method that is annotated with @com.google.inject.Inject
Author:
sgoldfeder@google.com (Steven Goldfeder)
See Also: