Class AnnotationHasArgumentWithValue
java.lang.Object
com.google.errorprone.matchers.AnnotationHasArgumentWithValue
- All Implemented Interfaces:
Matcher<AnnotationTree>, Serializable
- Author:
- eaftan@google.com (Eddie Aftandilian), pepstein@google.com (Peter Epstein)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotationHasArgumentWithValue
(String element, Matcher<ExpressionTree> valueMatcher) -
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(AnnotationTree annotationTree, VisitorState state)
-
Constructor Details
-
AnnotationHasArgumentWithValue
-
-
Method Details
-
matches
- Specified by:
matches
in interfaceMatcher<AnnotationTree>
-