Attributes
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
attributes
|
||||
: attributeAnnotation*
|
||||
;
|
||||
|
||||
attributeAnnotation
|
||||
: "[" attribute{","} "]"
|
||||
;
|
||||
|
||||
attribute
|
||||
: SimpleName{"."} valueArguments?
|
||||
;
|
||||
Reference in New Issue
Block a user