Zoltan Farkas created AVRO-2150:
-----------------------------------

             Summary: 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


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)

Reply via email to