Package org.openrewrite.java.service
Class AnnotationService
java.lang.Object
org.openrewrite.java.service.AnnotationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.openrewrite.java.tree.J.Annotation>getAllAnnotations(org.openrewrite.Cursor cursor) booleanmatches(org.openrewrite.Cursor cursor, AnnotationMatcher matcher)
-
Constructor Details
-
AnnotationService
public AnnotationService()
-
-
Method Details
-
matches
-
getAllAnnotations
public List<org.openrewrite.java.tree.J.Annotation> getAllAnnotations(org.openrewrite.Cursor cursor)
-