bgalek opened a new pull request, #3124: URL: https://github.com/apache/avro/pull/3124
## What is the purpose of the change This pull request introduces `@AvroInternal` annotation interface that serves only to identify the semantics of being something internal/avro specific. Thanks to this indicator annotation, class processors can ignore those avro-specific fields not coming from user defined schema. Fixes https://issues.apache.org/jira/browse/AVRO-4040 ## Verifying this change This change is a trivial rework / code cleanup without any test coverage. ## Documentation I think we could mention this interface in some docs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org