annotatedMethods<T> method
Implementation
Iterable<ArtifactMethodInfo> annotatedMethods<T>([Type? type]) =>
methods.where((method) => method.hasAnnotation<T>(type));
Iterable<ArtifactMethodInfo> annotatedMethods<T>([Type? type]) =>
methods.where((method) => method.hasAnnotation<T>(type));