Iterable<dynamic> annotations(Type type) { return _annotations.where((dynamic element) => element.runtimeType == type); }