[
https://issues.apache.org/jira/browse/AVRO-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thiruvalluvan M. G. updated AVRO-2150:
--------------------------------------
Component/s: spec
> Improved idl syntax support for "marker properties"
> ---------------------------------------------------
>
> Key: AVRO-2150
> URL: https://issues.apache.org/jira/browse/AVRO-2150
> Project: Apache Avro
> Issue Type: Improvement
> Components: spec
> Reporter: Zoltan Farkas
> Priority: Minor
>
> It would be nice to allow in IDL "marker properties" like:
> {code}
> @MarkerProperty
> record TestRecord {
> ....
> }
> {code}
> this would be only a simpler syntax for:
> {code}
> @MarkerProperty("")
> record TestRecord {
> ....
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)