annotationsOfExact method
Examines the annotations on element
related to this type checker.
Returns annotating constants on element
of exactly this type.
Implementation
Iterable<ElementAnnotation> annotationsOfExact(Element element) => _annotationsWhere(element, isExactlyType);