Package com.google.errorprone.matchers
Class AnnotationType
java.lang.Object
com.google.errorprone.matchers.AnnotationType
- All Implemented Interfaces:
Matcher<com.sun.source.tree.AnnotationTree>
,Serializable
public class AnnotationType extends Object implements Matcher<com.sun.source.tree.AnnotationTree>
- Author:
- eaftan@google.com (Eddie Aftandilian), pepstein@google.com (Peter Epstein)
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AnnotationType(String annotationClassName)
-
Method Summary
Modifier and Type Method Description boolean
matches(com.sun.source.tree.AnnotationTree annotationTree, VisitorState state)