summaryrefslogtreecommitdiff
path: root/qface/idl/listener.py
diff options
context:
space:
mode:
Diffstat (limited to 'qface/idl/listener.py')
-rw-r--r--qface/idl/listener.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qface/idl/listener.py b/qface/idl/listener.py
index 3a36837..34a0c64 100644
--- a/qface/idl/listener.py
+++ b/qface/idl/listener.py
@@ -200,6 +200,7 @@ class DomainListener(TListener):
assert self.struct
name = ctx.name.text
self.field = Field(name, self.struct)
+ self.parse_annotations(ctx, self.field)
contextMap[ctx] = self.field
def exitStructFieldSymbol(self, ctx: TParser.StructFieldSymbolContext):