Class AnnotationService

java.lang.Object
org.openrewrite.java.service.AnnotationService

@Incubating(since="8.12.0") public class AnnotationService extends Object
  • Constructor Details

    • AnnotationService

      public AnnotationService()
  • Method Details

    • matches

      public boolean matches(org.openrewrite.Cursor cursor, AnnotationMatcher matcher)
    • getAllAnnotations

      public List<org.openrewrite.java.tree.J.Annotation> getAllAnnotations(org.openrewrite.Cursor cursor)