annotationsOfExact method

Iterable<ElementAnnotation> annotationsOfExact(
  1. Element element
)

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);