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