expandedAnnotationsOf<T> method
Implementation
Iterable<T> expandedAnnotationsOf<T>() => [
...enclosingClass.annotationsOf<T>(),
...annotationsOf<T>()
];
Iterable<T> expandedAnnotationsOf<T>() => [
...enclosingClass.annotationsOf<T>(),
...annotationsOf<T>()
];