getAnnotations<T> method

  1. @override
Iterable<T> getAnnotations<T>([
  1. Type? type
])
override

Implementation

@override
Iterable<T> getAnnotations<T>([Type? type]) =>
    _annotationsOf<T>(_clazz.annotations, type);