This commit is contained in:
Andrey Breslav
2011-06-29 17:08:54 +04:00
parent 2304752e1c
commit c5901962c2
12 changed files with 66 additions and 31 deletions
+5 -5
View File
@@ -2,14 +2,14 @@
h2. Annotations
*/
attributes
: attributeAnnotation*
annotations
: annotation*
;
attributeAnnotation
: "[" attribute{","} "]"
annotation
: "[" annotationEntry{","} "]"
;
attribute
annotationEntry
: SimpleName{"."} (valueArguments | "=" expression)?
;