AnnotationMatcher typedef

AnnotationMatcher = bool Function(ElementAnnotation annotation)

Checks if an ElementAnnotation node matches specific Types.

Implementation

typedef AnnotationMatcher = bool Function(ElementAnnotation annotation);