11 lines
142 B
Plaintext
11 lines
142 B
Plaintext
attributes
|
|
: attributeAnnotation*
|
|
;
|
|
|
|
attributeAnnotation
|
|
: "[" attribute{","} "]"
|
|
;
|
|
|
|
attribute
|
|
: SimpleName{"."} valueArguments?
|
|
; |