entries property

Iterable<AnnotationEntry<T>> entries

An unmodifiable list of AnnotationEntry objects recorded.

The first entry is the most specific, typically the one at the leaf of tree.

Implementation

Iterable<AnnotationEntry<T>> get entries => _entries;