withMethodAnnotationType static method
Implementation
static Iterable<ArtifactTypeMirror> withMethodAnnotationType(
Type annotationType,
) sync* {
for (MapEntry<Type, $AClass> entry
in ArtifactAccessor.withMethodAnnotationType(annotationType)) {
yield ArtifactTypeMirror(entry.value.classType, entry.value);
}
}