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