Class AnnotationHasArgumentWithValue
java.lang.Object
com.google.errorprone.matchers.AnnotationHasArgumentWithValue
- All Implemented Interfaces:
Matcher<com.sun.source.tree.AnnotationTree>
,Serializable
-
Constructor Summary
ConstructorDescriptionAnnotationHasArgumentWithValue
(String element, Matcher<com.sun.source.tree.ExpressionTree> valueMatcher) -
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(com.sun.source.tree.AnnotationTree annotationTree, VisitorState state)