Class OverridesJavaxInjectableMethod

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

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