Class InjectMatchers
java.lang.Object
com.google.errorprone.matchers.InjectMatchers
Utility constants and matchers related to dependency injection.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final Matcher
<com.sun.source.tree.Tree> static final Matcher
<com.sun.source.tree.Tree> static final Matcher
<com.sun.source.tree.AnnotationTree> static final Matcher
<com.sun.source.tree.AnnotationTree> static final Matcher
<com.sun.source.tree.AnnotationTree> static final Matcher
<com.sun.source.tree.AnnotationTree> static final Matcher
<com.sun.source.tree.ClassTree> static final Matcher
<com.sun.source.tree.ClassTree> static final Matcher
<com.sun.source.tree.AnnotationTree> static final String
static final String
static final String
-
Method Summary
-
Field Details
-
INSIDE_GUICE_MODULE
-
GUICE_PROVIDES_ANNOTATION
- See Also:
-
DAGGER_PROVIDES_ANNOTATION
- See Also:
-
ASSISTED_ANNOTATION
- See Also:
-
ASSISTED_INJECT_ANNOTATION
- See Also:
-
GUICE_INJECT_ANNOTATION
- See Also:
-
JAVAX_INJECT_ANNOTATION
- See Also:
-
IS_APPLICATION_OF_JAVAX_INJECT
-
IS_APPLICATION_OF_GUICE_INJECT
-
IS_APPLICATION_OF_AT_INJECT
-
HAS_INJECT_ANNOTATION
-
GUICE_SCOPE_ANNOTATION
- See Also:
-
JAVAX_SCOPE_ANNOTATION
- See Also:
-
IS_SCOPING_ANNOTATION
-
GUICE_BINDING_ANNOTATION
- See Also:
-
JAVAX_QUALIFIER_ANNOTATION
- See Also:
-
IS_BINDING_ANNOTATION
-
GUICE_MAP_KEY_ANNOTATION
- See Also:
-
DAGGER_MAP_KEY_ANNOTATION
- See Also:
-
IS_DAGGER_COMPONENT
-
IS_DAGGER_COMPONENT_OR_MODULE
-
-
Method Details
-
hasProvidesAnnotation
-
hasInjectAnnotation
-