annotationForField method

_FieldAnnotation annotationForField(
  1. FieldElement element
)

Returns the annotation for a given field

Implementation

_FieldAnnotation annotationForField(FieldElement element) => finder.annotationForField(element);