[
https://issues.apache.org/jira/browse/AVRO-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16373288#comment-16373288
]
Zoltan Farkas commented on AVRO-2150:
-------------------------------------
Implementation of this is trivial, see:
https://github.com/zolyfarkas/avro/commit/6659315f5f78feac37f5501bf0057d3f2bc817d0#diff-136e900cc327974ae416a44248e47d0a
for a potential implementation.
> Improved idl syntax support for "marker properties"
> ---------------------------------------------------
>
> Key: AVRO-2150
> URL: https://issues.apache.org/jira/browse/AVRO-2150
> Project: Avro
> Issue Type: Improvement
> 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)