Enhances fields with methods that manage annotations.
The initial annotations that are associated with fields.
Optional
applyPatch: ((annotations: Readonly<Annotations>, patch: Readonly<Partial<Annotations>>) => Annotations)The callback that applies patches to field annotations. By default, patches are applied using Object.assign.
Enhances fields with methods that manage annotations.