blob: 1bcf87c4341974c35d3a172378c56415c7571997 [file] [log] [blame] [edit]
/**
h2. Annotations
*/
annotations
: annotation*
;
annotation
: "[" annotationEntry+ "]"
: annotationEntry
;
annotationEntry
: SimpleName{"."} typeArguments? valueArguments?
;