public static class Helpers.AnnotatedMethodMatcher extends Object implements com.google.errorprone.matchers.Matcher<com.sun.source.tree.ExpressionTree>
Matches methods with the specified annotation.
Constructor and Description |
---|
AnnotatedMethodMatcher(Class<? extends Annotation> annotationClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(com.sun.source.tree.ExpressionTree tree,
com.google.errorprone.VisitorState state) |
public AnnotatedMethodMatcher(Class<? extends Annotation> annotationClass)