Commits


Oscar Westra van Holthe - Kind authored and GitHub committed 0332fdfdf07
AVRO-3256: IDL type reference with annotation throws error (#1407) * AVRO-3256: IDL type reference with annotation throws error Previous versions would alter the referenced type when encountering an annotation on (for example) a field type. This change makes references read-only. * AVRO-3256: Document new behavior of annotations Documented that references to named types cannot be annotated. Also described where annotations for named types should go. Lastly, the example has been fixed to match this change, and now also contains various types of documentation.