Class AnnotationMatcher<T extends Tree>

java.lang.Object
com.google.errorprone.matchers.ChildMultiMatcher<T, AnnotationTree>
com.google.errorprone.matchers.AnnotationMatcher<T>
All Implemented Interfaces:
Matcher<T>, MultiMatcher<T, AnnotationTree>, Serializable

public class AnnotationMatcher<T extends Tree> extends ChildMultiMatcher<T, AnnotationTree>
Matches if the given annotation matcher matches all of or any of the annotations on the tree node.
Author:
eaftan@google.com (Eddie Aftandilian)
See Also: